Version 3.3.0.1

MultiLinePropertyAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public sealed class MultiLinePropertyAttributeDrawer : OdinAttributeDrawer<MultiLinePropertyAttribute, string>
Draws string properties marked with MultiLinePropertyAttribute. This drawer works for both string field and properties, unlike MultiLineAttributeDrawer.
Inheritance

Constructors

MultiLinePropertyAttributeDrawer()
public MultiLinePropertyAttributeDrawer()

Methods

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

Extension Methods