Summary
[Editor-Only] A delegate used to draw a GUI field and return its value.
- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
.Editor - Base Types
-
- MulticastDelegate
graph BT
Type-->Base0["MulticastDelegate"]
Type["AutoPrefs.GUIFieldMethod<T>"]
class Type type-node
Syntax
public delegate T AutoPrefs.GUIFieldMethod<T>(Rect area, GUIContent label, T value, GUIStyle style) :
MulticastDelegate
Type Parameters
Name | Description |
---|---|
T |