docs.unity3d.com
    Show / Hide Table of Contents

    Class MARSCore

    Inheritance
    Object
    ScriptableSettingsBase
    ScriptableSettingsBase<MARSCore>
    ScriptableSettings<MARSCore>
    MARSCore
    Inherited Members
    ScriptableSettings<MARSCore>.instance
    ScriptableSettingsBase<MARSCore>.k_HasCustomPath
    ScriptableSettingsBase<MARSCore>.s_Instance
    ScriptableSettingsBase<MARSCore>.Save(String)
    ScriptableSettingsBase<MARSCore>.GetFilePath()
    ScriptableSettingsBase.k_PathExceptionMessage
    ScriptableSettingsBase.GetInstanceByType(Type)
    ScriptableSettingsBase.OnLoaded()
    Namespace: Unity.MARS.Settings
    Syntax
    [MovedFrom("Unity.MARS")]
    public class MARSCore : ScriptableSettings<MARSCore>, IModuleSceneCallbacks, IModule

    Fields

    AssetMarsRootFolder

    Declaration
    public const string AssetMarsRootFolder = "Assets/MARS"
    Field Value
    Type Description
    String

    PackageName

    Declaration
    public const string PackageName = "com.unity.mars"
    Field Value
    Type Description
    String

    ProjectSettingsRootPath

    Declaration
    public const string ProjectSettingsRootPath = "MARS"
    Field Value
    Type Description
    String

    SettingsFolder

    Declaration
    public const string SettingsFolder = "Assets/MARS/Settings"
    Field Value
    Type Description
    String

    UserSettingsFolder

    Declaration
    public const string UserSettingsFolder = "Assets/MARS/UserSettings"
    Field Value
    Type Description
    String

    Properties

    defaultEntityTimeout

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

    paused

    Declaration
    public bool paused { get; set; }
    Property Value
    Type Description
    Boolean

    Explicit Interface Implementations

    IModule.LoadModule()

    Declaration
    void IModule.LoadModule()
    Implements
    IModule.LoadModule()

    IModule.UnloadModule()

    Declaration
    void IModule.UnloadModule()
    Implements
    IModule.UnloadModule()
    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