UWAWrapper_Android_IL2CPP
if it is a VR App
Helper function to record custom API and value
This api can be used to initialize the UWA SDK, instead of draging the UWA_Android.prefab into your scene.
Add a sample into the function lists in the UWAEngine, so the performance
between a Push and a Pop will be recorded with the given name.
It is supported to call the PushSample and PopSample recursively, and they must be called in pairs.
Add a sample into the function lists in the UWAEngine, so the performance
between a Push and a Pop will be recorded with the given name.
It is supported to call the PushSample and PopSample recursively, and they must be called in pairs.
[Online Only] Register an instance field with its name and the intance, UWAEngine will
update and log the value at the given time interval
the intance which the field belongs to
the name of the instance
the name of the field
the time interval
[Online Only] Register a static field with its name and the class type, UWAEngine will
update and log the value at the given time interval
the class which the field belongs to
the name of the field
the time interval