Summary
A generic wrapper around
EditorGUILayout.ObjectField(GUIContent, Object, System.Type, bool).
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Containing Type
- FMEditorGUI
Syntax
public static T ObjectField<T>(GUIContent label, T value, bool allowSceneObjects) where T : Object
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| label | GUIContent | |
| value | T | |
| allowSceneObjects | bool |
Return Value
| Type | Description |
|---|---|
| T |