UnityEngine.SpaceAttribute.SpaceAttribute C# (CSharp) Method

SpaceAttribute() public method

public SpaceAttribute ( ) : System
return System
        public SpaceAttribute()
        {
            this.height = 8f;
        }

Same methods

SpaceAttribute::SpaceAttribute ( float height ) : System
SpaceAttribute