예제 #1
0
        public Transform3D GetRoot()
        {
            if (parentTransform != null)
            {
                return(parentTransform.GetRoot());
            }

            return(this);
        }