Table of Contents

Class ActorFlowGraphSettingsDrawer

Namespace
Ceres.Gameplay.Editor
Assembly
Ceres.Gameplay.Editor.dll
public class ActorFlowGraphSettingsDrawer : PropertyDrawer
Inheritance
ActorFlowGraphSettingsDrawer

Constructors

ActorFlowGraphSettingsDrawer()

public ActorFlowGraphSettingsDrawer()

Methods

GetPropertyHeight(SerializedProperty, GUIContent)

public override float GetPropertyHeight(SerializedProperty property, GUIContent label)

Parameters

property SerializedProperty
label GUIContent

Returns

float

OnGUI(Rect, SerializedProperty, GUIContent)

public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)

Parameters

position Rect
property SerializedProperty
label GUIContent