|
|
|
@ -15,11 +15,10 @@ namespace Fungus.EditorUtils
|
|
|
|
|
protected SerializedProperty useDefaultSettingsProp; |
|
|
|
|
protected SerializedProperty fadeDurationProp; |
|
|
|
|
protected SerializedProperty waitUntilFinishedProp; |
|
|
|
|
|
|
|
|
|
protected virtual void OnEnable() |
|
|
|
|
|
|
|
|
|
public override void OnEnable() |
|
|
|
|
{ |
|
|
|
|
if (NullTargetCheck()) // Check for an orphaned editor instance |
|
|
|
|
return; |
|
|
|
|
base.OnEnable(); |
|
|
|
|
|
|
|
|
|
displayProp = serializedObject.FindProperty("display"); |
|
|
|
|
stageProp = serializedObject.FindProperty("stage"); |
|
|
|
|