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