SuperBehaviour SuperBehaviour
SuperBehaviour SuperBehaviour
v0.1.2 [Beta]

Search Results for

    Class BoundsIntDrawer

    Namespace
    LoM.Super.Editor.Drawer
    Assembly
    LoM.Super.Editor.dll
    [CustomSuperPropertyDrawer(typeof(BoundsInt))]
    public class BoundsIntDrawer : SuperPropertyDrawer
    Inheritance
    object
    GUIDrawer
    SuperPropertyDrawer
    BoundsIntDrawer
    Inherited Members
    SuperPropertyDrawer.attribute
    SuperPropertyDrawer.fieldInfo
    SuperPropertyDrawer.preferredLabel
    SuperPropertyDrawer.CreatePropertyGUI(SerializedProperty)

    Methods

    GetPropertyHeight(SuperSerializedProperty, GUIContent)

    Override this method to specify how tall the GUI for this field is in pixels.

    public override float GetPropertyHeight(SuperSerializedProperty property, GUIContent label)

    Parameters

    property SuperSerializedProperty

    The SuperSerializedProperty to get the height for.

    label GUIContent

    The label of the property.

    Returns

    float

    The height of the GUI for this field in pixels.

    OnGUI(Rect, SuperSerializedProperty, GUIContent)

    Override this method to make your own IMGUI based GUI for the property.

    public override void OnGUI(Rect position, SuperSerializedProperty property, GUIContent label)

    Parameters

    position Rect

    Rectangle on the screen to use for the property GUI.

    property SuperSerializedProperty

    The SuperSerializedProperty to make the custom GUI for.

    label GUIContent

    The label of the property.

    © Lords of Mahlstrom Gaming, all rights reserved.