ExposedObjectMembers | ( | object | objectToExpose, |
UnityEngine.Object | conextOfExposedObject | ||
) |
objectToExpose | The is the object whose fields will be exposed. |
conextOfExposedObject | the optional parameter references the object that contains the exposed object. If null, and the ExposedObject is not a UnityEngine Object, undo will not function. |