FMX.Types3D.TVertexBuffer Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
BiNormalspublicReturns the binormal vector at the index specified by the AIndex parameter.
BiNormalsPtrpublicReturns a pointer to the binormal vector at the index specified by the AIndex parameter.
BufferpublicPointer to the vertex data.
Color0publicReturns the primary color attribute at the index specified by the AIndex parameter.
Color1publicReturns the secondary color attribute at the index specified by the AIndex parameter.
Color2publicReturns the tertiary color attribute at the index specified by the AIndex parameter.
Color3publicReturns the quaternary color attribute at the index specified by the AIndex parameter.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
FormatpublicSpecifies the format of the vertex buffer.
ItemPtrpublicReturns a pointer to the generic item at the specified index.
LengthpublicRepresents the number of vertices that are described by this TVertexBuffer.
NormalspublicProvides access to the normal vector component for a specified vertex.
NormalsPtrpublicReturns a pointer to the normal vector component for a specified vertex.
SizepublicRepresents the size (in bytes) of the vertex buffer.
TangentspublicReturns the tangent vector at the index specified by the AIndex parameter.
TangentsPtrpublicReturns a pointer to the tangent vector at the index specified by the AIndex parameter.
TexCoord0publicProvides access to the first texture coordinate of a specified vertex.
TexCoord1publicProvides access to the second texture coordinate of a specified vertex.
TexCoord2publicProvides access to the third texture coordinate of a specified vertex.
TexCoord3publicProvides access to the fourth texture coordinate of a specified vertex.
VertexSizepublicSpecifies the size from the vertex buffer that is occupied by one vertex description.
VerticespublicProvides access to the vertex component of the vertex buffer for a specified vertex.
VerticesPtrpublicReturns a pointer to the vertex at the specified index.