FMX.Types3D.TMeshData.BoundingBoxNeedsUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BoundingBoxNeedsUpdate;

C++

void __fastcall BoundingBoxNeedsUpdate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMeshData

Description

Activates a flag of the TMeshData for recalculating the TBoundingBox.

The BoundingBoxNeedsUpdate method activates the flag when any value of the TBoundingBox has changed.

See Also