AnimancerGUI.

DoObjectFieldGUI<T>(string, T, bool) Method

Summary

Draws an object reference field.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGUI

Syntax

public static T DoObjectFieldGUI<T>(string label, T value, bool allowSceneObjects) where T : Object

Type Parameters

Name Description
T

Parameters

Name Type Description
label string
value T
allowSceneObjects bool

Return Value

Type Description
T