Example usage of DefaultExposedMemberEditor to draw Rank objects Example file source code. Notice the Example Editor is derived from DefaultExposedMemberEditor, and the Rank type is specified in the CustomEditor Attribute's parameter.
Additional Inherited Members | |
![]() | |
override void | OnInspectorGUI () |
Updates the serializedObject and exposes all the properties in the exposedObjectProperties member. Then applies changes to the target object. | |
![]() | |
virtual void | OnEnable () |
Initializes the exposedObjectProperties member, with the current target object. | |
![]() | |
ExposedObjectMembers | exposedObjectProperties |
This member stores the exposed properties for the target object. | |