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