Class IntScriptableObject
A ScriptableObject which contains only an integer
Inherited Members
Namespace: Unity.AnimeToolbox
Syntax
public class IntScriptableObject : ScriptableObject
Fields
Value
The integer value of the object
Declaration
public int Value
Field Value
Type | Description |
---|---|
Int32 |