add_channel method
add_channel
Adds the specified channel property.
Returns
true, if channel was added, false otherwise.
def add_channel(self, name, value):
...
Parameter | Type | Description |
---|---|---|
name | str | Name. |
value | any | Value. |
add_channel
def add_channel(self, name, type, value):
...
Parameter | Type | Description |
---|---|---|
name | str | |
type | Type | |
value | any |
See Also
- module
aspose.threed.animation
- class
BindPoint