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