Slash.Unity.DataBind.Foundation.Providers.Converters Namespace |
| Class | Description | |
|---|---|---|
| CollectionItemsConverter |
Data provider that converts the items of a collection and returns the converted collection.
| |
| DataConverter |
Converter which converts its bound value.
| |
| DataConverterTFrom, TTo |
Converter which converts its provided value to a target type.
| |
| EulerAnglesToQuaternionConverter |
Converts euler angles to a quaternion
| |
| QuaternionToEulerAnglesConverter |
Converts a quaternion to euler angles.
| |
| Texture2DToSpriteConverter |
Converts a raw 2d texture to a sprite.
Input: Texture2D Output: Sprite | |
| ValueConverter |
Base class for a value converter.
| |
| ValueConverterTInput, TOutput |
Base generic class for a value converter.
| |
| ValuesToVector3Converter |
Converts 3 single numbers to a Vector3 object.
| |
| Vector3ToValueConverter |
Provides a single component of a Vector3.
|
| Enumeration | Description | |
|---|---|---|
| Vector3ToValueConverterVector3Component |
Available Vector3 components to provide.
|