ConstantTextAreaAttribute
ConstantTextAreaAttribute()
public ConstantTextAreaAttribute() ;
Description
An attribute that allows you to edit multi-line strings.
Can be applied to fields in InputField<string>
.
ConstantTextAreaAttribute(int, int)
Description
An attribute that allows you to edit multi-line strings.Can be applied to fields in InputField<string>
.
Parameters
Parameter Name | Description |
---|---|
minLines | Minimum number of lines |
maxLines | Maximum number of lines |