Click or drag to resize
MaterialAPI Properties

The MaterialAPI type exposes the following members.

Properties
  NameDescription
Public propertyAlpha
Opacity levels (multiplied with color opacity).
Public propertyAmbientLight
Ambient light color.
Public propertyDiffuseColor
Diffuse color.
Public propertyEffect
Get the effect instance.
Public propertyEmissiveLight
Emissive light color.
Public propertyLightingEnabled
Return if this material support dynamic lighting.
Public propertyProjection
Current projection matrix.
Public propertySpecularColor
Specular color.
Public propertySpecularPower
Specular power.
Public propertyTexture
Texture to draw.
Public propertyTextureEnabled
Is texture currently enabled.
Public propertyView
Current view matrix.
Public propertyViewProjection
Current view-projection matrix.
Public propertyWorld
Current world transformations.
Top
See Also