Struct BoundedInteger
Inherited Members
Namespace: UnityEngine.Pixyz.Core
Syntax
[Serializable]
public struct BoundedInteger
Constructors
BoundedInteger(BoundedInteger)
Declaration
public BoundedInteger(BoundedInteger o)
Parameters
Type | Name | Description |
---|---|---|
BoundedInteger | o |
Fields
max
Declaration
public int max
Field Value
Type | Description |
---|---|
int |
min
Declaration
public int min
Field Value
Type | Description |
---|---|
int |
value
Declaration
public int value
Field Value
Type | Description |
---|---|
int |