Click or drag to resize
Ab4d.SharpEngine logo

TextureMapInfo Properties

The TextureMapInfo type exposes the following members.

Properties
 NameDescription
Public propertyIsLazyLoaded True when this texture will be lazily loaded when the parent's material is initialized. After the Texture is created, this property returns false.
Public propertyMapType Type of texture map
Public propertyTexture GpuImage objects that define the texture. When this texture is lazily loaded, then this property is created when the parent Material is initialized.
Public propertyTextureSampler GpuSampler of the texture. When this texture is lazily loaded, then this property is created when the parent Material is initialized.
Public propertyTextureSamplerType Gets or sets the sampler type for the diffuse texture. Sampler type defines how the texture is read by the graphics card. Default value is Mirror. Setting this property sets the TextureSampler with the actual GpuSampler when the parent Material is initialized.
Public propertyTextureSource Gets the source of the Texture
Top
See Also