Click or drag to resize

Slash.Unity.DataBind.Foundation.Providers.Operations Namespace

Operations are data providers which do some kind of calculation on their data values to provide a new one, e.g. arithmetic or boolean operations.
Classes
  ClassDescription
Public classArithmeticOperation
Performs an arithmetic operation with the two data values.
Public classGameObjectMapping
Maps a string key on to a game object.
Public classInvertBoolOperation
Inverts a boolean data value.
Public classInvertNumberOperation
Inverts a number data value.
Public classInvertOperationTData
Base class for inversion operations.
Public classInvertVector3Operation
Inverts a Vector3 data value.
Public classLogicalBoolOperation
Connects data values by a logical operation.
Public classRoundToNearestOperation
Rounds the data value to the nearest multiple integer value.

Input: Number

Output: Integer

Public classStringGameObjectPair
Pair of a string key and a game object value.
Public classTweenOperation
Provides a float value that smoothly changes over time till it reaches the target value.

Input: Number

Output: Number

Enumerations