docs.unity.cn
    Show / Hide Table of Contents

    Class Comment

    Used to add metadata comments. Comments can be any type of information but are particularly useful for providing context to translators.

    Inheritance
    Object
    Comment
    Namespace: UnityEngine.Localization.Metadata
    Syntax
    public class Comment : object, IMetadata

    Properties

    CommentText

    The comment text.

    Declaration
    public string CommentText { get; set; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use