protected override void OnModifiedProperties(bool modified, MightyMethod mightyMethod, OnModifiedPropertiesAttribute attribute)
 {
     if (modified)
     {
         InvokeMethod(mightyMethod, attribute);
     }
 }
Esempio n. 2
0
 protected override void OnModifiedProperties(bool modified, MightyMethod mightyMethod, OnInspectorGUIAttribute attribute)
 {
 }
Esempio n. 3
0
 protected override void OnEnable(MightyMethod mightyMethod, OnInspectorGUIAttribute attribute)
 {
 }
Esempio n. 4
0
 protected override void OnInspectorGUI(bool canDraw, MightyMethod mightyMethod, OnInspectorGUIAttribute attribute) =>
 InvokeMethod(mightyMethod, attribute);
 protected override void OnEnable(MightyMethod mightyMethod, OnModifiedPropertiesAttribute attribute) =>
 InvokeMethod(mightyMethod, attribute);
 protected override void OnInspectorGUI(bool canDraw, MightyMethod mightyMethod, OnModifiedPropertiesAttribute attribute)
 {
 }
Esempio n. 7
0
 protected override void OnModifiedProperties(bool modified, MightyMethod mightyMethod, OnEnableAttribute attribute)
 {
 }
Esempio n. 8
0
 protected override void OnEnable(MightyMethod mightyMethod, OnEnableAttribute attribute) => InvokeMethod(mightyMethod, attribute);
Esempio n. 9
0
 protected override void OnInspectorGUI(bool canDraw, MightyMethod mightyMethod, OnEnableAttribute attribute)
 {
 }