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