Class InspectorSpaceAttribute
Namespace: Ludiq
Syntax
[AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)]
public sealed class InspectorSpaceAttribute : Attribute, _Attribute
Constructors
InspectorSpaceAttribute(Single, Single)
Declaration
public InspectorSpaceAttribute(float above, float below)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | above | |
| Single | below |
Properties
above
Declaration
public float above { get; }
Property Value
| Type | Description |
|---|---|
| Single |
below
Declaration
public float below { get; }
Property Value
| Type | Description |
|---|---|
| Single |