Click or drag to resize

ConfigFileUtilitiesGetConfigFileT Method

Gets the config file of specified type from Resources

Namespace:  ImmerseSDK.Config
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static T GetConfigFile<T>()
where T : UnityEngine.ScriptableObject

Type Parameters

T

Return Value

Type: T
See Also