BoundedInteger
Struct
Read time 1 minuteLast updated 8 months ago
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public struct BoundedInteger
Constructors
BoundedInteger(BoundedInteger)
public BoundedInteger(BoundedInteger o)
Parameters
Type | Name | Description |
|---|---|---|
| BoundedInteger | o |
Fields
value
public int value
Returns
Type | Description |
|---|---|
| int |
min
public int min
Returns
Type | Description |
|---|---|
| int |
max
public int max
Returns
Type | Description |
|---|---|
| int |