FMX.Import.TGEVertexSource.SetPositionSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPositionSource(const ASource : TSingleDynArray);

C++

void __fastcall SetPositionSource(const System::DynamicArray<float> ASource);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TGEVertexSource

Description

Setter function for the PositionSource property.

ASource specifies an array of coordinates of the points to be memorized in the PositionSource array of TPoint3D values. The length of the PositionSource array is three times smaller than the length of the ASource array.

See Also