API:FMX.Types3D.TMeshData.AssignFromMeshVertex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AssignFromMeshVertex(const Vertices: array of TMeshVertex; const Indices: array of Word); overload;
procedure AssignFromMeshVertex(const Vertices: array of TMeshVertex; const Indices: array of Cardinal); overload;

C++

void __fastcall AssignFromMeshVertex(const TMeshVertex *Vertices, const int Vertices_High, const System::Word *Indices, const int Indices_High)/* overload */;
void __fastcall AssignFromMeshVertex(const TMeshVertex *Vertices, const int Vertices_High, const unsigned *Indices, const int Indices_High)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMeshData

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.