Version 3.3.0.1

MultiLineAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public sealed class MultiLineAttributeDrawer : OdinAttributeDrawer<MultilineAttribute, string>
Draws string properties marked with UnityEngine.MultilineAttribute. This drawer only works for string fields, unlike MultiLinePropertyAttributeDrawer.
Inheritance

Constructors

MultiLineAttributeDrawer()
public MultiLineAttributeDrawer()

Methods

DrawPropertyLayout(GUIContent)
Draws the property.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Extension Methods