FMX.Types3D.TVertexBuffer.Vertices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Vertices[AIndex: Integer]: TPoint3D read GetVertices write SetVertices;

C++

__property System::Math::Vectors::TPoint3D Vertices[int AIndex] = {read=GetVertices, write=SetVertices};

Properties

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

Description

Provides access to the vertex component of the vertex buffer for a specified vertex.

Vertices represents the vertex point for the vertex specified by AIndex.

See Also