docs.unity3d.com
    Show / Hide Table of Contents

    Class LocalizableTextAreaAttribute

    Same as TextAreaAttribute but used for LocalizableStrings.

    Inheritance
    Object
    Attribute
    PropertyAttribute
    LocalizableTextAreaAttribute
    Inherited Members
    PropertyAttribute.order
    Namespace: Unity.InteractiveTutorials
    Syntax
    [AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
    public class LocalizableTextAreaAttribute : PropertyAttribute, _Attribute

    Constructors

    LocalizableTextAreaAttribute()

    Default-constructs with default (3) number lines.

    Declaration
    public LocalizableTextAreaAttribute()

    LocalizableTextAreaAttribute(Int32, Int32)

    Constructs with desired number of lines.

    Declaration
    public LocalizableTextAreaAttribute(int minLines, int maxLines)
    Parameters
    Type Name Description
    Int32 minLines
    Int32 maxLines

    Fields

    MaxLines

    Maximum number of lines shown in the Inspector.

    Declaration
    public readonly int MaxLines
    Field Value
    Type Description
    Int32

    MinLines

    Minimum number of lines shown in the Inspector.

    Declaration
    public readonly int MinLines
    Field Value
    Type Description
    Int32
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023