docs.unity3d.com
    Show / Hide Table of Contents

    Class MARSEnvironmentInfo

    Holds metadata about a MARS environment scene

    Inheritance
    Object
    MARSEnvironmentInfo
    Namespace: Unity.MARS.Simulation
    Syntax
    public class MARSEnvironmentInfo : object

    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
    Single

    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
    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