FMX.Controls3D.TControl3D.ResetRotationAngle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetRotationAngle;

C++

void __fastcall ResetRotationAngle();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Resets the rotation angle on all three axes to 0.

The ResetRotationAngle method sets the rotation angle on the X, Y, and Z axes to 0.

See Also