Class Binding<T>
Generic binding implementation.
Inheritance
Binding<T>
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[Serializable]
[AddComponentMenu("Bindings")]
public class Binding<T> : IBinding
Type Parameters
| Name | Description |
|---|---|
| T | Underlying data type. |
Constructors
| Name | Description |
|---|---|
| Binding() |
Fields
| Name | Description |
|---|---|
| data | Binding data field |
Methods
| Name | Description |
|---|---|
| OnCreate() | OnCreate callback is received after binding is created at run time |
| OnValidate() | To be overriden for actions on data change. |
| SetDataInstance(object) | Set the instance of the data member |