◆ ExposePropertyLayout()

bool ExposePropertyLayout ( string  name,
GUIContent  overrideLabel = null,
GUILayoutOption[]  guiOptions = null,
bool  useGroups = true 
)
Parameters
nameIdentifier of the field to find, as a string.
overrideLabelBy default, the identifier (nicified), will be used as the label. Specify a non-null value here to override this label, and provide your own.
guiOptionsGUIoptions passed to the control drawing function.
useGroupsSpecifies if the grouping options and their current foldout states, should be used to determine weather or not to draw this field.Default value is true, specify false to ensure field is drawn regardless.
Returns
return true if the value has been changed by the user, false otherwise.

References ExposedObjectMembers.exposedObject, MemberExposerFunctions.ExposePropertyLayout(), and ExposedObjectMembers.recordUndoOnChanges.

+ Here is the call graph for this function: