 | InspectorIntAttributeMin Property |
Minimum property value (inclusive).
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic int Min { get; set; }
Public Property Min As Integer
Get
Set
public:
property int Min {
int get ();
void set (int value);
}
member Min : int with get, set
Property Value
Type:
Int32
See Also