docs.unity3d.com
    Show / Hide Table of Contents

    Class PolySpatialSettings

    Inheritance
    Object
    Object
    ScriptableObject
    PolySpatialSettings
    Inherited Members
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(String)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(Object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, Boolean)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, Boolean)
    Object.Destroy(Object, Single)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, Boolean)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, Boolean)
    Object.FindObjectsByType(Type, FindObjectsSortMode)
    Object.FindObjectsByType(Type, FindObjectsInactive, FindObjectsSortMode)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, Single)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsSortMode)
    UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
    UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsInactive, UnityEngine.FindObjectsSortMode)
    Object.FindObjectOfType<T>()
    UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
    UnityEngine.Object.FindFirstObjectByType<T>()
    UnityEngine.Object.FindAnyObjectByType<T>()
    UnityEngine.Object.FindFirstObjectByType<T>(UnityEngine.FindObjectsInactive)
    UnityEngine.Object.FindAnyObjectByType<T>(UnityEngine.FindObjectsInactive)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindFirstObjectByType(Type)
    Object.FindAnyObjectByType(Type)
    Object.FindObjectOfType(Type, Boolean)
    Object.FindFirstObjectByType(Type, FindObjectsInactive)
    Object.FindAnyObjectByType(Type, FindObjectsInactive)
    Object.ToString()
    Object.name
    Object.hideFlags
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.PolySpatial
    Syntax
    public class PolySpatialSettings : ScriptableObject

    Fields

    ColliderSyncLayerMask

    Declaration
    [SerializeField]
    public LayerMask ColliderSyncLayerMask
    Field Value
    Type Description
    LayerMask

    DefaultServerAddress

    Declaration
    public const string DefaultServerAddress = "127.0.0.1"
    Field Value
    Type Description
    String

    DefaultServerPort

    Declaration
    public const int DefaultServerPort = 9876
    Field Value
    Type Description
    Int32

    DisabledTrackers

    Declaration
    public string[] DisabledTrackers
    Field Value
    Type Description
    String[]

    EnableDefaultVolumeCamera

    Declaration
    [Tooltip("When enabled, if there is no Volume Camera after scene load, one will be automatically created using the default settings. Disable this to be able to create the initial Volume Camera from script.")]
    public bool EnableDefaultVolumeCamera
    Field Value
    Type Description
    Boolean

    EnableHostCameraControl

    Declaration
    public bool EnableHostCameraControl
    Field Value
    Type Description
    Boolean

    EnableInEditorPreview

    Declaration
    [Tooltip("PolySpatial creates a mirrored version of your scene on the target runtime. When previewing in the Unity Editor, this option will enable or disable creating these preview clones within Unity.  Changing this setting does not affect behavior of a build.")]
    [SerializeField]
    public bool EnableInEditorPreview
    Field Value
    Type Description
    Boolean

    EnableMacRealityKitPreviewInPlayMode

    Declaration
    [SerializeField]
    public bool EnableMacRealityKitPreviewInPlayMode
    Field Value
    Type Description
    Boolean

    EnablePolySpatialRuntime

    Declaration
    [SerializeField]
    public bool EnablePolySpatialRuntime
    Field Value
    Type Description
    Boolean

    EnableProgressiveMipStreaming

    Declaration
    [SerializeField]
    public bool EnableProgressiveMipStreaming
    Field Value
    Type Description
    Boolean

    EnableStatistics

    Declaration
    [SerializeField]
    public bool EnableStatistics
    Field Value
    Type Description
    Boolean

    EnableTransformVerification

    Declaration
    [SerializeField]
    public bool EnableTransformVerification
    Field Value
    Type Description
    Boolean

    m_AdditionalTextureFormats

    Declaration
    [SerializeField]
    public PolySpatialSettings.PolySpatialTextureCompressionFormat[] m_AdditionalTextureFormats
    Field Value
    Type Description
    PolySpatialSettings.PolySpatialTextureCompressionFormat[]

    MaterialXExtensionNamespace

    Declaration
    [SerializeField]
    public string MaterialXExtensionNamespace
    Field Value
    Type Description
    String

    MaxMipByteSizePerCycle

    Declaration
    [SerializeField]
    public long MaxMipByteSizePerCycle
    Field Value
    Type Description
    Int64

    RuntimeFlags

    Declaration
    [SerializeField]
    public ulong RuntimeFlags
    Field Value
    Type Description
    UInt64

    Properties

    AdditionalTextureFormats

    Declaration
    public static PolySpatialSettings.PolySpatialTextureCompressionFormat[] AdditionalTextureFormats { get; set; }
    Property Value
    Type Description
    PolySpatialSettings.PolySpatialTextureCompressionFormat[]

    DefaultVolumeCameraConfiguration

    Declaration
    [Tooltip("Default Volume Camera camera configuration, if none is specified on a Volume Camera component. If null, unbounded is assumed.")]
    public VolumeCameraConfiguration DefaultVolumeCameraConfiguration { get; set; }
    Property Value
    Type Description
    VolumeCameraConfiguration

    EnableClipping

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

    EnableServerCameraControl

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

    IgnoredScenePaths

    Declaration
    public HashSet<string> IgnoredScenePaths { get; }
    Property Value
    Type Description
    HashSet<String>

    instance

    Declaration
    public static PolySpatialSettings instance { get; }
    Property Value
    Type Description
    PolySpatialSettings

    PolySpatialNetworkingMode

    Declaration
    public PolySpatialSettings.NetworkingMode PolySpatialNetworkingMode { get; }
    Property Value
    Type Description
    PolySpatialSettings.NetworkingMode

    ServerAddresses

    Declaration
    public List<SocketAddress> ServerAddresses { get; }
    Property Value
    Type Description
    List<SocketAddress>

    ServerPort

    Declaration
    public int ServerPort { get; }
    Property Value
    Type Description
    Int32
    Back to top
    Copyright © 2023 Unity Technologies
    • 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 Wednesday, October 18, 2023