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 |
---|---|
On |
Called when this system is created. |
On |
Called when this system is destroyed. |
On |
Implement |