C# Class Fungus.EditorUtils.CallEditor

Inheritance: CommandEditor
ファイルを表示 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_oe property

protected SerializedProperty,UnityEditor callModeProp
return UnityEditor.SerializedProperty

startIndexProp protected_oe property

protected SerializedProperty,UnityEditor startIndexProp
return UnityEditor.SerializedProperty

startLabelProp protected_oe property

protected SerializedProperty,UnityEditor startLabelProp
return UnityEditor.SerializedProperty

targetBlockProp protected_oe property

protected SerializedProperty,UnityEditor targetBlockProp
return UnityEditor.SerializedProperty

targetFlowchartProp protected_oe property

protected SerializedProperty,UnityEditor targetFlowchartProp
return UnityEditor.SerializedProperty