bool ExposePropertyLayout | ( | string | name, |
GUIContent | overrideLabel = null , |
||
GUILayoutOption[] | guiOptions = null , |
||
bool | useGroups = true |
||
) |
name | Identifier of the field to find, as a string. |
overrideLabel | By default, the identifier (nicified), will be used as the label. Specify a non-null value here to override this label, and provide your own. |
guiOptions | GUIoptions passed to the control drawing function. |
useGroups | Specifies 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. |
References ExposedObjectMembers.exposedObject, MemberExposerFunctions.ExposePropertyLayout(), and ExposedObjectMembers.recordUndoOnChanges.