◆ ExposePropertyLayout()

static bool ExposePropertyLayout ( ExposedMember  field,
GUILayoutOption[]  guiOptions,
object  undoObject = null,
GUIContent  overrideLabel = null,
bool  useGroups = true 
)
static
Parameters
fieldThe Property field to draw
guiOptions
undoObjectOptional: if provided, will create an Undo action recording this object, before any changes made by the user are stored to it.
overrideLabelIf specified, this value will be used for the exposed property's label, rather than it's normal label.
useGroupsdefaults to true, specifies if the control should be drawn within it's group, or not.
Returns
returns true if any changes have been made by the user. False if no changes have been made. False if no ExposeDelegatesForType has been registered for the properties type.

References MemberExposerFunctions.InternalExposeProperty().

Referenced by ExposedObjectMembers.ExposePropertyLayout().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: