AnimancerGUI.

DoObjectFieldGUI<T>(Rect, GUIContent, T, bool) Method

Summary

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

Syntax

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

Type Parameters

Name Description
T

Parameters

Name Type Description
area Rect
label GUIContent
value T
allowSceneObjects bool

Return Value

Type Description
T