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 |