日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class MixedRealityOptimizeUtils

    Inheritance
    Object
    MixedRealityOptimizeUtils
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public static class MixedRealityOptimizeUtils

    Methods

    ChangeProperty(SerializedObject, String, Action<SerializedProperty>)

    Declaration
    public static void ChangeProperty(SerializedObject target, string name, Action<SerializedProperty> changer)
    Parameters
    Type Name Description
    SerializedObject target
    String name
    Action<SerializedProperty> changer

    GetLightmapSettings()

    Declaration
    public static SerializedObject GetLightmapSettings()
    Returns
    Type Description
    SerializedObject

    GetSettingsObject(String)

    Declaration
    public static SerializedObject GetSettingsObject(string className)
    Parameters
    Type Name Description
    String className
    Returns
    Type Description
    SerializedObject

    IsBakedGlobalIlluminationEnabled()

    Declaration
    public static bool IsBakedGlobalIlluminationEnabled()
    Returns
    Type Description
    Boolean

    IsBuildTargetAndroid()

    Declaration
    public static bool IsBuildTargetAndroid()
    Returns
    Type Description
    Boolean

    IsBuildTargetIOS()

    Declaration
    public static bool IsBuildTargetIOS()
    Returns
    Type Description
    Boolean

    IsBuildTargetOpenVR()

    Declaration
    public static bool IsBuildTargetOpenVR()
    Returns
    Type Description
    Boolean

    IsBuildTargetUWP()

    Declaration
    public static bool IsBuildTargetUWP()
    Returns
    Type Description
    Boolean

    IsDepthBufferSharingEnabled()

    Checks if the project has depth buffer sharing enabled.

    Declaration
    public static bool IsDepthBufferSharingEnabled()
    Returns
    Type Description
    Boolean

    True if the project has depth buffer sharing enabled, false otherwise.

    IsOptimalRenderingPath()

    Declaration
    public static bool IsOptimalRenderingPath()
    Returns
    Type Description
    Boolean

    IsRealtimeGlobalIlluminationEnabled()

    Declaration
    public static bool IsRealtimeGlobalIlluminationEnabled()
    Returns
    Type Description
    Boolean

    IsWMRDepthBufferFormat16bit()

    Declaration
    public static bool IsWMRDepthBufferFormat16bit()
    Returns
    Type Description
    Boolean

    SetBakedGlobalIlluminationEnabled(Boolean)

    Declaration
    public static void SetBakedGlobalIlluminationEnabled(bool enabled)
    Parameters
    Type Name Description
    Boolean enabled

    SetDepthBufferFormat(Boolean)

    Declaration
    public static void SetDepthBufferFormat(bool set16BitDepthBuffer)
    Parameters
    Type Name Description
    Boolean set16BitDepthBuffer

    SetDepthBufferSharing(Boolean)

    Declaration
    public static void SetDepthBufferSharing(bool enableDepthBuffer)
    Parameters
    Type Name Description
    Boolean enableDepthBuffer

    SetOptimalRenderingPath()

    Declaration
    public static void SetOptimalRenderingPath()

    SetRealtimeGlobalIlluminationEnabled(Boolean)

    Declaration
    public static void SetRealtimeGlobalIlluminationEnabled(bool enabled)
    Parameters
    Type Name Description
    Boolean enabled
    Back to top Generated by DocFX