using Unity.Entities; namespace Unity.Transforms { /// /// Copy Transform from GameObject associated with Entity to TransformMatrix. /// [WriteGroup(typeof(LocalToWorld))] public struct CopyTransformFromGameObject : IComponentData { } [UnityEngine.DisallowMultipleComponent] public class CopyTransformFromGameObjectProxy : ComponentDataProxy { } }