AnimancerGUI.

DoHashedFoldoutGUI<T>(Rect, HashSet<T>, T) Method

Summary

Draws a foldout which stores its state in a hash set.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGUI

Syntax

public static bool DoHashedFoldoutGUI<T>(Rect area, HashSet<T> expandedItems, T item)

Type Parameters

Name Description
T

Parameters

Name Type Description
area Rect
expandedItems HashSet<T>
item T

Return Value

Type Description
bool