FMX.Types3D.TVertexBuffer.Format

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Format: TVertexFormats read FFormat;

C++

__property TVertexFormats Format = {read=FFormat, nodefault};

Properties

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

Description

Specifies the format of the vertex buffer.

Format is a read-only property, of type TVertexFormats, that specifies what data this TVertexBuffer holds.

This property is set by Create.

See Also