releases/2.5.4mrtk_developmentreleases/2.1.0releases/2.2.0releases/2.3.0releases/2.4.0releases/2.5.0releases/2.5.1releases/2.5.2releases/2.5.3

We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class ColorChanger

    Inheritance
    Object
    ColorChanger
    Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos
    Assembly: cs.temp.dll.dll
    Syntax
    public class ColorChanger : MonoBehaviour

    Fields

    cur

    Declaration
    public int cur
    Field Value
    Type Description
    Int32

    mats

    Declaration
    public Material[] mats
    Field Value
    Type Description
    Material[]

    rend

    Declaration
    public MeshRenderer rend
    Field Value
    Type Description
    MeshRenderer

    Methods

    Increment()

    Declaration
    public void Increment()

    RandomColor()

    Declaration
    public void RandomColor()

    Start()

    Declaration
    public void Start()
    In This Article
    • Fields
      • cur
      • mats
      • rend
    • Methods
      • Increment()
      • RandomColor()
      • Start()
    Back to top Generated by DocFX