FMX.Types3D.TMeshVertex.y
Delphi
x, y, z: single;
C++
float y;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TMeshVertex |
Description
Represents the y-axis coordinate of the vertex.
Delphi
x, y, z: single;
C++
float y;
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TMeshVertex |
Represents the y-axis coordinate of the vertex.