Class RenderBoundsUpdateSystem | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class RenderBoundsUpdateSystem

    Updates WorldRenderBounds for anything that has LocalToWorld and RenderBounds (and ensures WorldRenderBounds exists)

    Inheritance
    System.Object
    RenderBoundsUpdateSystem
    Namespace: Unity.Rendering
    Syntax
    public class RenderBoundsUpdateSystem : JobComponentSystem

    Methods

    OnCreate()

    Declaration
    protected override void OnCreate()

    OnUpdate(JobHandle)

    Declaration
    protected override JobHandle OnUpdate(JobHandle dependency)
    Parameters
    Type Name Description
    JobHandle dependency
    Returns
    Type Description
    JobHandle
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX