Class IntValue
A ValueItem
which can hold a int.
Implements
Inherited Members
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public class IntValue : ValueItem<int>, IValueContainer
Methods
UpdateValue(Single)
Included for ValueItem
s to be set via UI events. This overload makes this object compatible with
dynamic values from sliders or scroll bars.
Declaration
public void UpdateValue(float newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Single | newValue | The new value passed from the UI event. |