FMX.Types3D.TVertexBuffer Properties
InheritedProtected
| BiNormals | public | Returns the binormal vector at the index specified by the AIndex parameter. |
| BiNormalsPtr | public | Returns a pointer to the binormal vector at the index specified by the AIndex parameter. |
| Buffer | public | Pointer to the vertex data. |
| Color0 | public | Returns the primary color attribute at the index specified by the AIndex parameter. |
| Color1 | public | Returns the secondary color attribute at the index specified by the AIndex parameter. |
| Color2 | public | Returns the tertiary color attribute at the index specified by the AIndex parameter. |
| Color3 | public | Returns the quaternary color attribute at the index specified by the AIndex parameter. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Format | public | Specifies the format of the vertex buffer. |
| ItemPtr | public | Returns a pointer to the generic item at the specified index. |
| Length | public | Represents the number of vertices that are described by this TVertexBuffer. |
| Normals | public | Provides access to the normal vector component for a specified vertex. |
| NormalsPtr | public | Returns a pointer to the normal vector component for a specified vertex. |
| Size | public | Represents the size (in bytes) of the vertex buffer. |
| Tangents | public | Returns the tangent vector at the index specified by the AIndex parameter. |
| TangentsPtr | public | Returns a pointer to the tangent vector at the index specified by the AIndex parameter. |
| TexCoord0 | public | Provides access to the first texture coordinate of a specified vertex. |
| TexCoord1 | public | Provides access to the second texture coordinate of a specified vertex. |
| TexCoord2 | public | Provides access to the third texture coordinate of a specified vertex. |
| TexCoord3 | public | Provides access to the fourth texture coordinate of a specified vertex. |
| VertexSize | public | Specifies the size from the vertex buffer that is occupied by one vertex description. |
| Vertices | public | Provides access to the vertex component of the vertex buffer for a specified vertex. |
| VerticesPtr | public | Returns a pointer to the vertex at the specified index. |