Interface ITopicCreation
An interface that provides the information necessary for creating a topic.
Namespace: Unity.Cloud.Annotation
Syntax
public interface ITopicCreation
Properties
Description
Returns the description of the created topic.
Declaration
string Description { get; }
Property Value
| Type | Description |
|---|---|
| String | The description of the created topic. |
InitialComment
Returns the initial comment associated with the created topic.
Declaration
string InitialComment { get; }
Property Value
| Type | Description |
|---|---|
| String | The initial comment associated with the created topic. |
InstanceId
Returns the instance ID of the object that the created topic is associated with.
Declaration
string InstanceId { get; }
Property Value
| Type | Description |
|---|---|
| String | The instance ID of the object that the created topic is associated with. |
LocalCameraTransform
Returns the local transform of the camera that looks at the created topic.
Declaration
AnnotationTransform LocalCameraTransform { get; }
Property Value
| Type | Description |
|---|---|
| AnnotationTransform | The local transform of the camera that looks at the created topic. |
LocalTransform
Returns the local transform of the created topic relative to the associated object.
Declaration
AnnotationTransform LocalTransform { get; }
Property Value
| Type | Description |
|---|---|
| AnnotationTransform | The local transform of the created topic relative to the associated object. |
Title
Returns the title of the created topic.
Declaration
string Title { get; }
Property Value
| Type | Description |
|---|---|
| String | The title of the created topic. |
WorldCameraTransform
Returns the world transform of the camera that looks at the created topic.
Declaration
AnnotationTransform WorldCameraTransform { get; }
Property Value
| Type | Description |
|---|---|
| AnnotationTransform | The world transform of the camera that looks at the created topic. |
WorldTransform
Returns the world transform of the created topic.
Declaration
AnnotationTransform WorldTransform { get; }
Property Value
| Type | Description |
|---|---|
| AnnotationTransform | The world transform of the created topic. |