API reference

OVRResources Class

Extends MonoBehaviour

Static Methods

Load ( path )
Signature
static UnityEngine.Object Load(string path)
Parameters
path: string
Returns
UnityEngine.Object
Load< T > ( path )
Signature
static T Load< T >(string path)
Parameters
path: string
Returns
T
SetResourceBundle ( bundle )
Signature
static void SetResourceBundle(AssetBundle bundle)
Parameters
bundle: AssetBundle
Returns
void