Class GetImportedModel
Get all gameobject importe dby pixyz in open scene
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity.RuleEngine
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public class GetImportedModel : ActionOut<IList<GameObject>>
Fields
| Name | Description |
|---|---|
| includeWholeHierarchy | Should the output include the full hierarchy |
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 |
| tooltip | Quick description to describe the behavior of this action |
Methods
| Name | Description |
|---|---|
| run() | Execute the behavior of this action by returning all gameobject imported by pixyz in opened scenes |