docs.unity3d.com
    Show / Hide Table of Contents

    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.

    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