Class TopicCreation
Provides the information necessary for creating a topic.
Inherited Members
Namespace: Unity.Cloud.Annotation
Syntax
public class TopicCreation : ITopicCreation
Properties
Description
Returns the description of the created topic.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The description of the created topic. |
Implements
InitialComment
Returns the initial comment associated with the created topic.
Declaration
public string InitialComment { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The initial comment associated with the created topic. |
Implements
InstanceId
Returns the InstanceID of the object that the created topic is associated with.
Declaration
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The InstanceID of the object that the created topic is associated with. |
Implements
LocalCameraTransform
Returns the local transform of the camera that looks at the created topic.
Declaration
public AnnotationTransform LocalCameraTransform { get; set; }
Property Value
| Type | Description |
|---|---|
| AnnotationTransform | The local transform of the camera that looks at the created topic. |
Implements
LocalTransform
Returns the local transform of the created topic relative to the associated object.
Declaration
public AnnotationTransform LocalTransform { get; set; }
Property Value
| Type | Description |
|---|---|
| AnnotationTransform | The local transform of the created topic relative to the associated object. |
Implements
Title
Returns the title of the created topic.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The title of the created topic. |
Implements
WorldCameraTransform
Returns the world transform of the camera that looks at the created topic.
Declaration
public AnnotationTransform WorldCameraTransform { get; set; }
Property Value
| Type | Description |
|---|---|
| AnnotationTransform | The world transform of the camera that looks at the created topic. |
Implements
WorldTransform
Returns the world transform of the created topic.
Declaration
public AnnotationTransform WorldTransform { get; set; }
Property Value
| Type | Description |
|---|---|
| AnnotationTransform | The world transform of the created topic. |