Class ExplodeSubmeshesAction
Explode submeshes from the input into distinct meshes
Inheritance
ExplodeSubmeshesAction
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity.Toolbox
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public class ExplodeSubmeshesAction : ActionInOut<IList<GameObject>, IList<GameObject>>
Properties
Name | Description |
---|---|
id | Unique id of this action, generated when the file is generated |
menuPathRuleEngine | The path used for the contextual menu in the RuleEngine |
menuPathToolbox | The path used for the contextual menu in the Toolbox |
order | The order to use when placing this action in a list. If the value is -1, the display name will be used instead; |
tooltip | Quick description to describe the behavior of this action |
Methods
Name | Description |
---|---|
run(IList<GameObject>) | Execute the behavior of this action by creating new meshes for each submeshes in the input |