C# Class Fungus.EditorUtils.CallEditor

Inheritance: CommandEditor
Show file Open project: snozbot/fungus

Protected Properties

Property Type Description
callModeProp UnityEditor.SerializedProperty
startIndexProp UnityEditor.SerializedProperty
startLabelProp UnityEditor.SerializedProperty
targetBlockProp UnityEditor.SerializedProperty
targetFlowchartProp UnityEditor.SerializedProperty

Public Methods

Method Description
DrawCommandGUI ( ) : void

Protected Methods

Method Description
OnEnable ( ) : void

Method Details

DrawCommandGUI() public method

public DrawCommandGUI ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

Property Details

callModeProp protected property

protected SerializedProperty,UnityEditor callModeProp
return UnityEditor.SerializedProperty

startIndexProp protected property

protected SerializedProperty,UnityEditor startIndexProp
return UnityEditor.SerializedProperty

startLabelProp protected property

protected SerializedProperty,UnityEditor startLabelProp
return UnityEditor.SerializedProperty

targetBlockProp protected property

protected SerializedProperty,UnityEditor targetBlockProp
return UnityEditor.SerializedProperty

targetFlowchartProp protected property

protected SerializedProperty,UnityEditor targetFlowchartProp
return UnityEditor.SerializedProperty