Capítulo 294 de 859
This holds a reference to a real property in the scene graph; used internally.
Constructor
| Signature |
|---|
new PropertyBinding( rootNode : Object, path : string, parsedPath : Object ) |
Properties
| Property | Description |
|---|---|
.node : Object | The object owns the animated property. |
.parsedPath : Object | An object holding information about the path. |
.path : string | The object path to the animated property. |
| `.rootNode : Object3D | Skeleton` |
Methods
| Method | Description |
|---|---|
.bind() | Creates a getter / setter pair for the property tracked by this binding. |
.unbind() | Unbinds the property. |