Click or drag to resize

MaterialHelper Class

Helper methods for performing tasks on Materials
Inheritance Hierarchy
SystemObject
  ImmerseSDKMaterialHelper

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static class MaterialHelper

The MaterialHelper type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberMaterialHelper
Top
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
Fields
  NameDescription
Public fieldStatic memberEmmissionEnabled
Top
See Also