Universe.Region.SceneObjectGroup.IsAttachmentCheckFull C# (CSharp) Method

IsAttachmentCheckFull() public method

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