Class HotspotContainer | MARS Companion Core | 0.1.9-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class HotspotContainer

    Inheritance
    Object
    HotspotContainer
    Namespace: Unity.MARS.Companion.Core
    Syntax
    [Serializable]
    public class HotspotContainer

    Constructors

    HotspotContainer()

    Declaration
    public HotspotContainer()

    HotspotContainer(Vector2, String)

    Declaration
    public HotspotContainer(Vector2 vector, string name)
    Parameters
    Type Name Description
    Vector2 vector
    String name

    Properties

    name

    Declaration
    public string name { get; }
    Property Value
    Type Description
    String

    x

    Declaration
    public float x { get; }
    Property Value
    Type Description
    Single

    y

    Declaration
    public float y { get; }
    Property Value
    Type Description
    Single

    Operators

    Implicit(HotspotContainer to Vector2)

    Declaration
    public static implicit operator Vector2(HotspotContainer vector)
    Parameters
    Type Name Description
    HotspotContainer vector
    Returns
    Type Description
    Vector2
    Back to top
    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