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

IsAttachmentCheckFull() 공개 메소드

Check both the attachment property and the relevant properties of the underlying root part.
public IsAttachmentCheckFull ( ) : bool
리턴 bool
        public bool IsAttachmentCheckFull()
        {
            return (IsAttachment || (m_rootPart.Shape.PCode == 9 && m_rootPart.Shape.State != 0));
        }
SceneObjectGroup