예제 #1
0
 protected override void OnModifiedProperties(bool modified, MightyMethod mightyMethod, OnModifiedPropertiesAttribute attribute)
 {
     if (modified)
     {
         InvokeMethod(mightyMethod, attribute);
     }
 }
예제 #2
0
 protected override void OnModifiedProperties(bool modified, MightyMethod mightyMethod, OnInspectorGUIAttribute attribute)
 {
 }
예제 #3
0
 protected override void OnEnable(MightyMethod mightyMethod, OnInspectorGUIAttribute attribute)
 {
 }
예제 #4
0
 protected override void OnInspectorGUI(bool canDraw, MightyMethod mightyMethod, OnInspectorGUIAttribute attribute) =>
 InvokeMethod(mightyMethod, attribute);
예제 #5
0
 protected override void OnEnable(MightyMethod mightyMethod, OnModifiedPropertiesAttribute attribute) =>
 InvokeMethod(mightyMethod, attribute);
예제 #6
0
 protected override void OnInspectorGUI(bool canDraw, MightyMethod mightyMethod, OnModifiedPropertiesAttribute attribute)
 {
 }
예제 #7
0
 protected override void OnModifiedProperties(bool modified, MightyMethod mightyMethod, OnEnableAttribute attribute)
 {
 }
예제 #8
0
 protected override void OnEnable(MightyMethod mightyMethod, OnEnableAttribute attribute) => InvokeMethod(mightyMethod, attribute);
예제 #9
0
 protected override void OnInspectorGUI(bool canDraw, MightyMethod mightyMethod, OnEnableAttribute attribute)
 {
 }