Click or drag to resize

MaterialHelper Methods

The MaterialHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalculateEmissiveColor
Calculate the emissive color using the intensity
Public methodStatic memberFindMaterialOn
Look for a material instance using the name of the material passed in
Public methodStatic memberSetColorOn(Color, Material, ListRenderer)
Set the emissive value on the renderer's material instance we find by matching the name of the material passed in
Public methodStatic memberSetColorOn(Color, Material, Renderer)
Set the emissive value on the renderer's material instance we find by matching the name of the material passed in
Public methodStatic memberSetColorOnInstance
Set the emissive value on the renderer's material instance we find by matching the name of the material passed in
Public methodStatic memberSetEmissionOn(Color, Material, ListRenderer)
Set the emissive value on the renderer's material instance we find by matching the name of the material passed in
Public methodStatic memberSetEmissionOn(Color, Material, Renderer)
Set the emissive value on the renderer's material instance we find by matching the name of the material passed in
Public methodStatic memberSetEmissionOnInstance
Set the emissive value on the renderer's material instance we find by matching the name of the material passed in
Top
See Also