Click or drag to resize

ComponentBase Properties

返回用户文档首页

The ComponentBase type exposes the following members.

Properties
 NameDescription
Public propertyChildren 子对象数组
(Inherited from IGroup)
Public propertyCommonProps 组件通用属性(对应通用页的属性)
Public propertyCompGuid 组件GUID
Public propertyCtrlPoints
(Inherited from TFObject)
Public propertyCustomProps 组件自定义属性
Public propertyDisposed 对象是否已销毁
(Inherited from ObjectBase)
Public propertyEnabled 对象是否启用
(Inherited from ObjectBase)
Public propertyFieldProps 可编辑字段属性集
Public propertyFlags 对象标志位
(Inherited from ObjectBase)
Public propertyGuid 对象GUID
(Inherited from TFObject)
Public propertyId 对象ID
(Inherited from ObjectBase)
Public propertyIsCompRuntimeChild 对象是否组件的运行时子节点
(Inherited from ObjectBase)
Public propertyLocalMatrix 对象本地空间坐标矩阵
(Inherited from TFObject)
Public propertyLocked 对象是否锁定
(Inherited from ObjectBase)
Public propertyObjectMatrix 对象在父空间的坐标矩阵
(Inherited from TFObject)
Public propertyObjectWorldMatrix 对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyParent 父对象
(Inherited from TFObject)
Public propertyParentMatrix 父对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyPhaseNoObsolete.
阶段编号
(Inherited from TFObject)
Public propertyPhaseNumber 阶段编号
(Inherited from TFObject)
Public propertyPreBuilt 所属构件
(Inherited from TFObject)
Public propertyRunOrder 在主零件拥有多个组件的情况下,当前组件在其中的运行次序,数值越低,越优先运行 此属性仅对节点,细部有效
Public propertyScene 所属场景
(Inherited from ObjectBase)
Public propertyTagPos 组件图标在组件局部空间下的位置
Public propertyType 对象类型
(Inherited from ObjectBase)
Public propertyUIProps 组件UI交互属性(不包含通用页的属性)
Public propertyUsageInComp
(Inherited from TFObject)
Public propertyViewId 对象所在视图ID,仅对部分对象有效
(Inherited from TFObject)
Public propertyWorkAxis 工作坐标系 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyWorldMatrix 对象在世界空间的坐标矩阵 NOTE: 此变换受Scene.GlobalTransform影响
(Inherited from TFObject)
Public propertyWorldTagPos 组件图标在世界空间下的位置
Top
See Also