Slash.Unity.DataBind.Foundation.Providers.Operations Namespace |
| Class | Description | |
|---|---|---|
| ArithmeticOperation |
Performs an arithmetic operation with the two data values.
| |
| GameObjectMapping |
Maps a string key on to a game object.
| |
| InvertBoolOperation |
Inverts a boolean data value.
| |
| InvertNumberOperation |
Inverts a number data value.
| |
| InvertOperationTData |
Base class for inversion operations.
| |
| InvertVector3Operation |
Inverts a Vector3 data value.
| |
| LogicalBoolOperation |
Connects data values by a logical operation.
| |
| RoundToNearestOperation |
Rounds the data value to the nearest multiple integer value.
Input: Number Output: Integer | |
| StringGameObjectPair |
Pair of a string key and a game object value.
| |
| TweenOperation |
Provides a float value that smoothly changes over time till it reaches the target value.
Input: Number Output: Number |
| Enumeration | Description | |
|---|---|---|
| ArithmeticOperationArithmeticOperationType |
Which arithmetic operation to perform.
| |
| LogicalBoolOperationLogicalOperator |
Which logical operation to perform.
|