Back
GetRotation
GetRotation of device.
app.GetRotation() →
unknown
Example - Example
function OnStart()
{
rot = app.GetRotation();
app.ShowPopup( rot );
}
Copy
Copy All
Run