protected override void OnModifiedProperties(bool modified, MightyMethod mightyMethod, OnModifiedPropertiesAttribute attribute)
 {
     if (modified)
     {
         InvokeMethod(mightyMethod, attribute);
     }
 }
Beispiel #2
0
 protected override void OnModifiedProperties(bool modified, MightyMethod mightyMethod, OnInspectorGUIAttribute attribute)
 {
 }
Beispiel #3
0
 protected override void OnEnable(MightyMethod mightyMethod, OnInspectorGUIAttribute attribute)
 {
 }
Beispiel #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)
 {
 }
Beispiel #7
0
 protected override void OnModifiedProperties(bool modified, MightyMethod mightyMethod, OnEnableAttribute attribute)
 {
 }
Beispiel #8
0
 protected override void OnEnable(MightyMethod mightyMethod, OnEnableAttribute attribute) => InvokeMethod(mightyMethod, attribute);
Beispiel #9
0
 protected override void OnInspectorGUI(bool canDraw, MightyMethod mightyMethod, OnEnableAttribute attribute)
 {
 }