BindPoint
Overview
BindPoint is a class in Aspose.3D FOSS for .NET.
BindPoint.BindPoint creates a binding to the specified target object and its property name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Target | string | Read/Write | Gets or sets the name of the target object for the binding |
PropertyName | string | Read/Write | Gets or sets the name of the property being bound |
Channels | AnimationChannel[] | Read/Write | Holds the animation channels associated with this binding |
Methods
| Signature | Description |
|---|---|
BindPoint(target: string, propertyName: string) | Creates a binding to the specified target object and its property name |
GetProperty() | Returns the value of the bound property |