Class InspectorTextAreaAttribute
Inheritance
InspectorTextAreaAttribute
Assembly: Unity.VisualScripting.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public sealed class InspectorTextAreaAttribute : Attribute
Properties
hasMaxLines
Declaration
public bool hasMaxLines { get; }
Property Value
hasMinLines
Declaration
public bool hasMinLines { get; }
Property Value
maxLines
Declaration
public float maxLines { get; set; }
Property Value
minLines
Declaration
public float minLines { get; set; }
Property Value
Extension Methods