Interface ICommentCreation
An interface that provides the information necessary for creating a comment.
Namespace: Unity.Cloud.Annotation
Syntax
public interface ICommentCreation
Properties
Text
Returns the text content of the comment.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| String | The text content of the comment. |