FMX.Types3D.TContext3D.Scale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scale: Single read FScale;

C++

__property float Scale = {read=FScale};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Scale of the 3D context.

The default value is 1.0.

See Also