ScriptableObjectEditor.

OnInspectorGUI() Method

Summary

Draws the regular Inspector then adds a message explaining that changes in Play Mode will persist.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
ScriptableObjectEditor

Syntax

public override void OnInspectorGUI()

Remarks

Called by the Unity editor to draw the custom Inspector GUI elements.

Return Value

Type Description
void