using System; using Unity.Entities; namespace Unity.Transforms { /// /// Copy Transform to GameObject associated with Entity from TransformMatrix. /// public struct CopyTransformToGameObject : IComponentData { } [UnityEngine.DisallowMultipleComponent] public class CopyTransformToGameObjectProxy : ComponentDataProxy { } }