Click or drag to resize

Slash.Unity.DataBind.Foundation.Providers.Converters Namespace

Data providers that convert one or multiple data value into a different one
Classes
  ClassDescription
Public classCollectionItemsConverter
Data provider that converts the items of a collection and returns the converted collection.
Public classDataConverter
Converter which converts its bound value.
Public classDataConverterTFrom, TTo
Converter which converts its provided value to a target type.
Public classEulerAnglesToQuaternionConverter
Converts euler angles to a quaternion
Public classQuaternionToEulerAnglesConverter
Converts a quaternion to euler angles.
Public classTexture2DToSpriteConverter
Converts a raw 2d texture to a sprite.

Input: Texture2D

Output: Sprite

Public classValueConverter
Base class for a value converter.
Public classValueConverterTInput, TOutput
Base generic class for a value converter.
Public classValuesToVector3Converter
Converts 3 single numbers to a Vector3 object.
Public classVector3ToValueConverter
Provides a single component of a Vector3.
Enumerations