docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PolySpatialSettings

    Class containing the PolySpatial settings asset.

    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, bool)
    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, bool)
    Object.Destroy(Object, float)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, bool)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, bool)
    Object.FindObjectsByType(Type, FindObjectsSortMode)
    Object.FindObjectsByType(Type, FindObjectsInactive, FindObjectsSortMode)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, float)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    Object.FindObjectsByType<T>(FindObjectsSortMode)
    Object.FindObjectsOfType<T>(bool)
    Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
    Object.FindObjectOfType<T>()
    Object.FindObjectOfType<T>(bool)
    Object.FindFirstObjectByType<T>()
    Object.FindAnyObjectByType<T>()
    Object.FindFirstObjectByType<T>(FindObjectsInactive)
    Object.FindAnyObjectByType<T>(FindObjectsInactive)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindFirstObjectByType(Type)
    Object.FindAnyObjectByType(Type)
    Object.FindObjectOfType(Type, bool)
    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
    Assembly: solution.dll
    Syntax
    public class PolySpatialSettings : ScriptableObject

    Fields

    Name Description
    DefaultConnectionTimeOut
    DefaultServerAddress
    DefaultServerPort

    Properties

    Name Description
    AdditionalTextureFormats
    ConnectionDiscoveryPort

    Default port for auto connection discovery

    ConnectionDiscoverySendInterval

    Default interval between UDP broadcast for auto connection discovery app host

    ConnectionDiscoveryTimeOutDuration

    The timeout duration in seconds to mark a connection as Lost for auto connection discovery

    ConnectionTimeOut
    DefaultVolumeCameraConfiguration
    DefaultVolumeCameraWindowConfiguration

    Default Volume Camera camera configuration, if none is specified on a Volume Camera component. If null, unbounded is assumed.

    DeviceDisplayProviderParameters
    EnableClipping
    EnableFallbackShaderConversion

    Convert unsupported shaders at runtime to a best guess.

    EnablePolySpatialRuntime

    whether PolySpatial is enabled in this project.

    EnableServerCameraControl
    IgnoredScenePaths
    MockBackend
    PackageVersion

    The version of the PolySpatial package

    PolySpatialNetworkingMode
    ServerAddresses
    ServerPort
    SimulatorDisplayProviderParameters
    instance

    Gets a reference for an instance of the PolySpatial settings asset in the project.

    In This Article
    Back to top
    Copyright © 2023 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)