Component |
public abstract class ComponentPluginBase : PluginBase
The ComponentPluginBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Guid |
当前插件的唯一标识符
(Inherited from PluginBase) | |
| Identifier |
同Guid
(Inherited from PluginBase) | |
| Positions | 组件控制点列表 |
| Name | Description | |
|---|---|---|
| BeginModify |
对模型场景开始一次修改
(Inherited from PluginBase) | |
| EndModify |
对模型场景结束一次修改
(Inherited from PluginBase) | |
| IsDefaultValue(Double) |
检查浮点参数是否为默认值
(Inherited from PluginBase) | |
| IsDefaultValue(Int32) |
检查32位整数参数是否为默认值
(Inherited from PluginBase) | |
| IsDefaultValue(Int64) |
检查64位长整数参数是否为默认值
(Inherited from PluginBase) | |
| IsDefaultValue(String) |
检查字符串是否为默认值
(Inherited from PluginBase) |