C# Class VJBaseModifierEditor, fuze-vj-kit

Inheritance: Editor
Show file Open project: unity3d-jp/fuze-vj-kit

Public Properties

Property Type Description
boostByOtherSourceProperty UnityEditor.SerializedProperty
boostDatasourceProperty UnityEditor.SerializedProperty
boostManagerProperty UnityEditor.SerializedProperty
datasourceProperty UnityEditor.SerializedProperty
index int
index_src int
isModifierEnabledProperty UnityEditor.SerializedProperty
managerProperty UnityEditor.SerializedProperty
multipleProperty UnityEditor.SerializedProperty

Public Methods

Method Description
OnEnable ( ) : void
OnInspectorGUI ( ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

Property Details

boostByOtherSourceProperty public property

public SerializedProperty,UnityEditor boostByOtherSourceProperty
return UnityEditor.SerializedProperty

boostDatasourceProperty public property

public SerializedProperty,UnityEditor boostDatasourceProperty
return UnityEditor.SerializedProperty

boostManagerProperty public property

public SerializedProperty,UnityEditor boostManagerProperty
return UnityEditor.SerializedProperty

datasourceProperty public property

public SerializedProperty,UnityEditor datasourceProperty
return UnityEditor.SerializedProperty

index public property

public int index
return int

index_src public property

public int index_src
return int

isModifierEnabledProperty public property

public SerializedProperty,UnityEditor isModifierEnabledProperty
return UnityEditor.SerializedProperty

managerProperty public property

public SerializedProperty,UnityEditor managerProperty
return UnityEditor.SerializedProperty

multipleProperty public property

public SerializedProperty,UnityEditor multipleProperty
return UnityEditor.SerializedProperty