Click or drag to resize

IConfigProperty Interface

The base interface for all overridable configuration in the Immerse SDK. To overide a concrete implementation of IConfigProperty, you chould create a class that derives from ConfigComponent and implement the interfaces that you would like to override, then attach that class to the App GameObject in the scene.

Namespace:  ImmerseSDK.Config
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
public interface IConfigProperty
See Also