Class CompanionGameObjectUpdateTransformSystem
Inherited Members
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[WorldSystemFilter(WorldSystemFilterFlags.Default|WorldSystemFilterFlags.Editor, WorldSystemFilterFlags.Default)]
[UpdateAfter(typeof(TransformSystemGroup))]
[BurstCompile]
public class CompanionGameObjectUpdateTransformSystem : SystemBase
  Methods
| Name | Description | 
|---|---|
| OnCreate() | Called when this system is created.  | 
      
| OnDestroy() | Called when this system is destroyed.  | 
      
| OnUpdate() | Implement   |