docs.unity3d.com
    Show / Hide Table of Contents

    Class TopicCreation

    Provides the information necessary for creating a topic.

    Inheritance
    Object
    TopicCreation
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    ITopicCreation.Description

    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
    ITopicCreation.InitialComment

    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
    ITopicCreation.InstanceId

    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
    ITopicCreation.LocalCameraTransform

    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
    ITopicCreation.LocalTransform

    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
    ITopicCreation.Title

    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
    ITopicCreation.WorldCameraTransform

    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.

    Implements
    ITopicCreation.WorldTransform
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023