FMX.Types3D.VertexSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VertexSize(const AFormat: TVertexFormats): Integer;

C++

extern DELPHI_PACKAGE int __fastcall VertexSize(const TVertexFormats AFormat);

Properties

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

Description

Returns the size of the vertex based on its format.

See Also