Property

概述

Property 是Python的Aspose.3D FOSS中的一个类.

Property.get_extra returns the extra attribute identified by the given name.

本类提供了在Python程序中使用Properties对象的5种方法. 有的方法包括: __init__, get_bind_point, get_extra, get_keyframe_sequence, set_extra. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: name, value, value_type.

属性

NameTypeAccessDescription
namestrRead得到了这个名字.
value``阅读/写作得到或设置值.
value_type``Read得到值类型.

方法

SignatureDescription
__init__(name: str, value)
get_extra(name: str)返回由给定的名称识别的额外属性.
set_extra(name: str, value)设置额外值.
get_bind_point(anim: 'AnimationNode', create: bool)'BindPoint'获取给定动画节点的 BindPoint,可选择创建它.
get_keyframe_sequence(anim: 'AnimationNode', create: bool)'KeyframeSequence'获取动画节点的 KeyframeSequence,可选择创建它.

另请参阅

 中文