Struct LocalToParentSystem
Namespace: Unity.Transforms
Syntax
[ExecuteAlways]
[UpdateInGroup(typeof(TransformSystemGroup))]
[UpdateAfter(typeof(TRSToLocalToParentSystem))]
[BurstCompile]
public struct LocalToParentSystem : ISystem
Methods
| Name | Description |
|---|---|
| OnCreate(ref SystemState) | |
| OnDestroy(ref SystemState) | |
| OnUpdate(ref SystemState) |