UnityEngine.SpaceAttribute.SpaceAttribute C# (CSharp) Method

SpaceAttribute() public method

Use this DecoratorDrawer to add some spacing in the Inspector.

public SpaceAttribute ( float height ) : System
height float The spacing in pixels.
return System
        public SpaceAttribute(float height)
        {
            this.height = height;
        }
    }

Same methods

SpaceAttribute::SpaceAttribute ( ) : System
SpaceAttribute