Class GhostPresentationGameObjectTransformSystem
This system will update the presentation GameObjects transform based on the current transform of the entity owning it.
Inherited Members
Namespace: Unity.NetCode.Hybrid
Syntax
[UpdateInGroup(typeof(TransformSystemGroup))]
[UpdateAfter(typeof(LocalToWorldSystem))]
public class GhostPresentationGameObjectTransformSystem : SystemBase