Summary
Draws an object reference field.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- AnimancerGUI
Syntax
public static T DoObjectFieldGUI<T>(Rect area, string label, T value, bool allowSceneObjects)
where T : Object
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
area | Rect | |
label | string | |
value | T | |
allowSceneObjects | bool |
Return Value
Type | Description |
---|---|
T |