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
[Serializable]
public class Comment : IMetadata
Properties
CommentText
The comment text.
Declaration
public string CommentText { get; set; }
Property Value
Type | Description |
---|---|
String |