AnimationNode
Overview
AnimationNode 是Python的Aspose.3D FOSS中的一个类. 继承人: A3DObject.
AnimationNode.find_bind_point returns the BindPoint matching the given target object and name.
这个类提供了在Python程序中使用AnimationNode 对象的9种方法. 有的方法包括: __init__, create_bind_point, find_bind_point, find_property, get_bind_point, get_keyframe_sequence, get_property, remove_property, set_property. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: bind_points, name, properties, sub_animations.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | 阅读/写作 | 得到或设置名字. |
properties | `` | Read | 得到了房地产. |
bind_points | List['BindPoint'] | Read | 得到了结合点. |
sub_animations | List['AnimationNode'] | Read | 得到了副动画. |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
find_bind_point(target: 'A3DObject', name: str) → 'BindPoint' | 返回 BindPoint 与给定的目标对象和名称匹配的值. |
get_bind_point(target: 'A3DObject', prop_name: str, create: bool) → 'BindPoint' | 检索或选择创建一个 BindPoint 为目标对象的属性 |
create_bind_point(obj: 'A3DObject', prop_name: str) → 'BindPoint' | 为指定对象和属性名称创建一个新的 BindPoint |
get_keyframe_sequence(target: 'A3DObject', prop_name: str, channel_name: str, create: bool) → 'KeyframeSequence' | 获取或创建一个 KeyframeSequence 为目标对象的属性频道. |
find_property(property_name: str) | |
get_property(property: str) | |
set_property(property: str, value) | 设置物业值. |
remove_property(property) |