Example showing usage of DefaultExposedMemberEditor to display instances of the Soldier class.
Public Member Functions | |
override void | OnInspectorGUI () |
![]() | |
override void | OnInspectorGUI () |
Updates the serializedObject and exposes all the properties in the exposedObjectProperties member. Then applies changes to the target object. | |
Additional Inherited Members | |
![]() | |
virtual void | OnEnable () |
Initializes the exposedObjectProperties member, with the current target object. | |
![]() | |
ExposedObjectMembers | exposedObjectProperties |
This member stores the exposed properties for the target object. | |