Slash.Unity.DataBind.Foundation.Providers.Getters Namespace |
Class | Description | |
---|---|---|
ComponentDataProviderTComponent, TData |
Base class for a provider of a single value from a component.
| |
ComponentGameObjectProvider |
Returns the game object a component belongs to.
| |
ComponentPullDataProviderTComponent, TData |
Base class for a component data provider which couldn't use an event to determine
when its data value changed, but has to do it in the frame update.
| |
ComponentSingleGetterTComponent, TData | Obsolete.
Base class for a getter for a component which modifies a single data value.
| |
ComponentTransformProvider |
Returns the transform of a specific component.
| |
ContextDataProvider |
Base class to get a data value from a bound context.
| |
ContextGetter |
Provides the current context as a data value.
| |
EnumGetter |
Provides the enum values of a specified enum type.
| |
FindGameObjectWithTagGetter |
Returns the game object with the specific tag or null if none was found.
| |
GameObjectComponentProviderTComponent |
Provider to get a specific component from a game object.
| |
GameObjectTransformProvider |
Provides the transform of the target game object.
| |
MainCameraProvider |
Provides the current main camera.
| |
MeshFilterSharedMeshProvider |
Provides the shared mesh of a mesh filter.
| |
TransformLocalPositionProvider |
Provides the local position of the target transform.
| |
TransformLocalRotationProvider |
Provides the local rotation of the target transform.
| |
TransformPositionProvider |
Provides the position of the target transform.
| |
TransformRotationProvider |
Provides the rotation of the target transform.
|