Class IntProperty
Inheritance
System.Object
IntProperty
Inherited Members
Namespace: Unity.UIWidgets.foundation
Syntax
public class IntProperty : _NumProperty<int? >
Constructors
IntProperty(String, Nullable<Int32>, String, Boolean, String, Object, DiagnosticLevel)
Declaration
public IntProperty(string name, int? value, string ifNull = null, bool showName = true, string unit = null, object defaultValue = null, DiagnosticLevel level = DiagnosticLevel.info)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Nullable<System.Int32> | value | |
System.String | ifNull | |
System.Boolean | showName | |
System.String | unit | |
System.Object | defaultValue | |
DiagnosticLevel | level |
Methods
numberToString()
Declaration
protected override string numberToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
Unity.UIWidgets.foundation._NumProperty<System.Nullable<System.Int32>>.numberToString()