PlayModeChangesHelper InspectorEnabled Method ScoreFlash API Documentation V4.6.0
Call this in OnlineOnEnable() of your custom inspector.

Namespace: NarayanaGames.UnityEditor.Common
Assembly: Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax

public void InspectorEnabled(
	Object target
)

Parameters

target
Type: Object
the object being inspected, see OnlineEditor.target
See Also