|
| override void | FillAuthorizedTypes (PropertyPickerViewData viewData) |
| override void | DisplayAdditionalProperties (Rect position, SerializedProperty property, GUIContent label, PropertyPickerViewData viewData) |
| | Draws the inspector.
|
| virtual void | Initialization (SerializedProperty property, PropertyPickerViewData viewData) |
| | Initializes the dropdowns.
|
| virtual void | DrawLevelProgressBar (Rect position, float level, Color frontColor, Color negativeColor, PropertyPickerViewData viewData) |
| virtual void | FillComponentsList (SerializedProperty property, PropertyPickerViewData viewData) |
| | Fills a list of all the components on the target object.
|
| virtual void | FillPropertyList (SerializedProperty property, PropertyPickerViewData viewData) |
| | Fills a list of all properties and fields on the target component.
|
| virtual void | SetTargetProperty (SerializedProperty property, PropertyPickerViewData viewData) |
| | Sets the target property.
|
| virtual void | SetTargetComponent (SerializedProperty property, PropertyPickerViewData viewData) |
| | Sets the target component.
|
| virtual void | GetComponentIndex (SerializedProperty property, PropertyPickerViewData viewData) |
| | Gets the component index.
|
| virtual void | GetPropertyIndex (SerializedProperty property, PropertyPickerViewData viewData) |
| | Gets the property index.
|
| virtual Type | GetPropertyType (SerializedProperty property, PropertyPickerViewData viewData) |
|
| Color | _mmYellow = new Color(1f, 0.7686275f, 0f) |
| Color | _mmRed = MMColors.Orangered |
◆ AdditionalHeight()
| override float MoreMountains.Tools.MMPropertyReceiverDrawer.AdditionalHeight |
( |
PropertyPickerViewData | viewData | ) |
|
|
virtual |
◆ DisplayAdditionalProperties()
| override void MoreMountains.Tools.MMPropertyReceiverDrawer.DisplayAdditionalProperties |
( |
Rect | position, |
|
|
SerializedProperty | property, |
|
|
GUIContent | label, |
|
|
PropertyPickerViewData | viewData ) |
|
protectedvirtual |
◆ FillAuthorizedTypes()
| override void MoreMountains.Tools.MMPropertyReceiverDrawer.FillAuthorizedTypes |
( |
PropertyPickerViewData | viewData | ) |
|
|
protectedvirtual |
◆ _mmRed
| Color MoreMountains.Tools.MMPropertyReceiverDrawer._mmRed = MMColors.Orangered |
|
protected |
◆ _mmYellow
| Color MoreMountains.Tools.MMPropertyReceiverDrawer._mmYellow = new Color(1f, 0.7686275f, 0f) |
|
protected |
The documentation for this class was generated from the following file: