BaseSingleUnityLayerPropertyDrawer
Class in ChivalrousGames.Common.Inspector / Inherits from PropertyDrawer
Description
Handles common drawing operations for SingleUnityLayerPropertyDrawer and TooltipHideSingleUnityLayerPropertyDrawer.
Methods
DoOnGUI
public virtual void DoOnGUI(Rect position, SerializedProperty property, GUIContent label);
Parameters
position | Rect | Rectangle on the screen to use for the property GUI |
property | SerializedProperty | The SerializedProperty to make the custom GUI for |
label | GUIContent | The label of this property |
Description
Method called by SingleUnityLayerPropertyDrawer and TooltipHideSingleUnityLayerPropertyDrawer. User shouldn’t call this method.