Table of Contents

Class FlowQueueAnimationBuilderPropertyDrawer

public class FlowQueueAnimationBuilderPropertyDrawer : AbstractListBuilderPropertyDrawer<IAbstractAnimationBuilder>
Inheritance
FlowQueueAnimationBuilderPropertyDrawer
Inherited Members
Extension Methods

Properties

Clipboard

public FlowBuilder.QueueList.Queue Clipboard { get; set; }

Property Value

FlowBuilder.QueueList.Queue

Methods

AddItemsToContextMenu(GenericMenu, SerializedProperty)

protected override void AddItemsToContextMenu(GenericMenu contextMenu, SerializedProperty property)

Parameters

contextMenu GenericMenu
property SerializedProperty

Draw(ref Rect, SerializedProperty)

protected override void Draw(ref Rect position, SerializedProperty property)

Parameters

position Rect
property SerializedProperty

GetLabel(SerializedProperty, GUIContent)

protected override GUIContent GetLabel(SerializedProperty property, GUIContent label)

Parameters

property SerializedProperty
label GUIContent

Returns

GUIContent

GetPropertyHeight(SerializedProperty, GUIContent)

public override float GetPropertyHeight(SerializedProperty property, GUIContent label)

Parameters

property SerializedProperty
label GUIContent

Returns

float

OnAdd(Rect, ReorderableList)

protected override void OnAdd(Rect buttonRect, ReorderableList list)

Parameters

buttonRect Rect
list ReorderableList