Class Comment
Used to add metadata comments. Comments can be any type of information but are particularly useful for providing context to translators.
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 |