Namespace Unity.Cloud.Annotation
Classes
AnnotationPosition
Represents the position of an annotation in 3D space.
AnnotationQuaternion
Represents the rotation of an annotation in 3D space.
AnnotationRepository
Represents a local cache of topics for a specific scene. Allows CRUD operations and monitoring.
AnnotationTransform
Represents the position and rotation of an annotation in 3D space.
Author
Represents the author of an annotation, topic, or comment.
CommentCreation
Provides the information necessary for creating a comment.
CommentsRead
Provides a collection of IDs to mark as read.
CommentUpdate
Provides the information for updating the specific comment ID.
TopicCreation
Provides the information necessary for creating a topic.
TopicDeletion
Provides the information necessary for deleting a topic and its comments.
TopicsRead
Provides a collection of topic IDs to mark as read.
TopicUpdate
Provides the information to update for a specific topic ID.
Interfaces
IAnnotationDataSource
An interface that represents the data source for a specific scene and lets you create and update annotations.
IAnnotationRepository
Represents a local cache of topics for a specific scene. Allows CRUD operations and monitoring.
IComment
An interface that represents the comment on an annotation topic.
ICommentCreation
An interface that provides the information necessary for creating a comment.
ICommentsRead
An interface that provides a collection of IDs to be marked as read.
ICommentUpdate
An interface that provides the information necessary for updating the specific comment ID.
ITopic
An interface that represents a topic, which includes topic data, topic comments, CRUD operations, and monitoring.
ITopicCreation
An interface that provides the information necessary for creating a topic.
ITopicDeletion
An interface that provides the information about a topic and its comments that were deleted.
ITopicsRead
An interface that provides a collection of topic IDs to mark as read.
ITopicUpdate
An interface that provides the information to update for a specific topic ID.
Enums
TopicState
Returns options for the state of an annotation.