Show: Delphi C++
Display Preferences

FMX.Types3D.TVertexBuffer.Vertices

From XE2 API Documentation
Jump to: navigation, search

Delphi

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

C++

__property 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

Personal tools
Previous Versions
Translations