Universe.Region.SceneObjectGroup.GetAttachmentPos C# (CSharp) 메소드

GetAttachmentPos() 공개 메소드

public GetAttachmentPos ( ) : System.Vector3
리턴 System.Vector3
        public Vector3 GetAttachmentPos()
        {
            return m_rootPart.SavedAttachedPos;
        }
SceneObjectGroup