Load
(
path
)
|
Signature
static UnityEngine.Object OVRResources.Load(string path) Parameters path: stringReturns UnityEngine.Object |
Load< T >
(
path
)
|
Signature
static T OVRResources.Load< T >(string path) Parameters path: stringReturns T |
SetResourceBundle
(
bundle
)
|
Signature
static void OVRResources.SetResourceBundle(AssetBundle bundle) Parameters bundle: AssetBundleReturns void |