Class FlexalonShapeLayoutEditor
Inheritance
object
UnityEngine.Object
UnityEngine.ScriptableObject
UnityEditor.Editor
FlexalonShapeLayoutEditor
Inherited Members
Syntax
[CustomEditor(typeof(FlexalonShapeLayout))]
[CanEditMultipleObjects]
public class FlexalonShapeLayoutEditor : FlexalonComponentEditor
Methods
Create(MenuCommand)
Declaration
[MenuItem("GameObject/Flexalon/Shape Layout")]
public static void Create(MenuCommand command)
Parameters
Type | Name | Description |
---|---|---|
UnityEditor.MenuCommand | command |
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides
UnityEditor.Editor.OnInspectorGUI()