Search Results for

    Show / Hide Table of Contents

    Interface IInjectRuntimeSettings

    Interface that allows you to inject a custom Runtime Setting into the manager.

    Namespace: Immersive
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IInjectRuntimeSettings

    Properties

    ShouldInject

    Declaration
    bool ShouldInject { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetRuntimeSettingsToInject(Action<RuntimeSettings>)

    Declaration
    RuntimeSettings GetRuntimeSettingsToInject(Action<RuntimeSettings> immersiveManagerSetup)
    Parameters
    Type Name Description
    Action<RuntimeSettings> immersiveManagerSetup
    Returns
    Type Description
    RuntimeSettings
    In This Article
    Back to top Immersive Interactive