OculusXRSDKDeviceManagerProfile.CPULevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accessor for the Oculus CPU performance level. https://developer.oculus.com/documentation/native/android/mobile-power-overview
public:
property int CPULevel { int get(); void set(int value); };
public int CPULevel { get; set; }
member this.CPULevel : int with get, set
Public Property CPULevel As Integer