Class InspectorTextAreaAttribute
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public sealed class InspectorTextAreaAttribute : Attribute, _Attribute
Properties
hasMaxLines
Declaration
public bool hasMaxLines { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
hasMinLines
Declaration
public bool hasMinLines { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
maxLines
Declaration
public float maxLines { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
minLines
Declaration
public float minLines { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |