Click or drag to resize

ConfigComponent Class

The base class for all configuration components that implement IConfigProperty interfaces
Inheritance Hierarchy

Namespace:  ImmerseSDK.Config
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
public abstract class ConfigComponent : UnityEngine.MonoBehaviour

The ConfigComponent type exposes the following members.

Constructors
  NameDescription
Protected methodConfigComponent
Initializes a new instance of the ConfigComponent class
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also