FMX.Types3D.TTexture Properties
InheritedProtected
| BytesPerPixel | public | Specifies the number of bits of this texture. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Handle | public | Specifies the handle of this texture. |
| Height | public | Specifies the height of this texture. |
| MagFilter | public | Specifies the used filter when magnifying this texture. |
| MinFilter | public | Specifies the filter to use when minimizing this texture. |
| PixelFormat | public | Specifies the pixel format that describes how color and data are encoded for each pixel in this texture. |
| Style | public | Specifies whether this texture uses multiple texture maps, is dynamic, or is used to render the target. |
| TextureScale | public | Specifies the scale of the texture. |
| Width | public | Specifies the width of this texture. |