BaseInspectableAttributeDrawer.

OnGUI(Object[]) Method

Summary

Draws this inspectable using UnityEngine.GUILayout.

Syntax

public abstract void OnGUI(Object[] targets)

Parameters

Name Type Description
targets Object[]

Return Value

Type Description
void