JobModifierGroup.

DrawFields<T>(SortedList<int, T>, string) Method

Summary

[Editor-Only] Draws fields for all modifiers in the `list`.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion.Modifiers
Containing Type
JobModifierGroup

Syntax

public static void DrawFields<T>(SortedList<int, T> list, string listName)

Type Parameters

Name Description
T

Parameters

Name Type Description
list SortedList<int, T>
listName string

Return Value

Type Description
void