Summary
Draws a GUI field for the `value`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.FSM - Containing Type
- State
Machine Utilities
Syntax
public static T DoGenericField<T>(Rect area, string label, T value)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
area | Rect | |
label | string | |
value | T |
Return Value
Type | Description |
---|---|
T |