docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MARSEnvironmentInfo

    Holds metadata about a MARS environment scene

    Inheritance
    object
    MARSEnvironmentInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.MARS.Simulation
    Assembly: Unity.MARS.dll
    Syntax
    [Serializable]
    [MovedFrom("Unity.MARS")]
    public class MARSEnvironmentInfo

    Properties

    DefaultCameraPivot

    Default world pivot of the scene camera for this environment scene

    Declaration
    public Vector3 DefaultCameraPivot { get; set; }
    Property Value
    Type Description
    Vector3

    DefaultCameraSize

    Default orbit radius of the camera when viewing this environment scene

    Declaration
    public float DefaultCameraSize { get; set; }
    Property Value
    Type Description
    float

    DefaultCameraWorldPose

    Default world pose of the camera when this environment scene is loaded

    Declaration
    public Pose DefaultCameraWorldPose { get; set; }
    Property Value
    Type Description
    Pose

    EnvironmentBounds

    Bounds encapsulating the whole environment

    Declaration
    public Bounds EnvironmentBounds { get; set; }
    Property Value
    Type Description
    Bounds

    SimulationStartingPose

    World pose of the device at the start of simulation

    Declaration
    public Pose SimulationStartingPose { get; set; }
    Property Value
    Type Description
    Pose
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)