UnityEditor.MaterialPropertyHandler.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( ) : bool
return bool
        public bool IsEmpty()
        {
            return ((this.m_PropertyDrawer == null) && ((this.m_DecoratorDrawers == null) || (this.m_DecoratorDrawers.Count == 0)));
        }