Interface IInjectRuntimeSettings
Interface that allows you to inject a custom Runtime Setting into the manager.
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 |
|