Gum.DataTypes.Variables.VariableSave.ShouldSerializeIsHiddenInPropertyGrid C# (CSharp) 메소드

ShouldSerializeIsHiddenInPropertyGrid() 공개 메소드

public ShouldSerializeIsHiddenInPropertyGrid ( ) : bool
리턴 bool
        public bool ShouldSerializeIsHiddenInPropertyGrid()
        {
            return IsHiddenInPropertyGrid == true;
        }