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