Click or drag to resize
LitMaterial Properties

The LitMaterial type exposes the following members.

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