class MAGES::CharacterController::Editor::SetCharacterControllerStepDrawer

Overview

Custom property drawer for the SetCharacterControllerStep. More…

class SetCharacterControllerStepDrawer: public PropertyDrawer
{
public:
    // methods

    override void OnGUI(
        Rect position,
        SerializedProperty property,
        GUIContent label
    );

    override float GetPropertyHeight(SerializedProperty property, GUIContent label);
};

Detailed Documentation

Custom property drawer for the SetCharacterControllerStep.

Methods

override void OnGUI(
    Rect position,
    SerializedProperty property,
    GUIContent label
)

OnGUI Creation.

Parameters:

position

The position.

property

The serialized property.

label

The label.

override float GetPropertyHeight(SerializedProperty property, GUIContent label)

Gets the height of property.

Parameters:

property

The serialized property.

label

The label.

Returns:

The height.