Class MarsCreateTool
Tool for creating MARS proxies and proxy groups from data
Inherited Members
Namespace: Unity.MARS
Syntax
[EditorTool("MARS Create Tool", null)]
public class MarsCreateTool : EditorTool
Properties
toolbarIcon
Declaration
public override GUIContent toolbarIcon { get; }
Property Value
| Type | Description |
|---|---|
| GUIContent |
Overrides
Methods
IsAvailable()
Declaration
public override bool IsAvailable()
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
OnDisable()
Declaration
public void OnDisable()
OnToolGUI(EditorWindow)
Declaration
public override void OnToolGUI(EditorWindow window)
Parameters
| Type | Name | Description |
|---|---|---|
| EditorWindow | window |