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 ParticleHeatmap

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

    Fields

    colorScaleTweaker

    Declaration
    public float colorScaleTweaker
    Field Value
    Type Description
    Single

    Methods

    DisplayParticles()

    Declaration
    public void DisplayParticles()

    GetPositionOfParticle(Int32)

    Declaration
    public Vector3? GetPositionOfParticle(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    Nullable<Vector3>

    HideHeatmap()

    Declaration
    public void HideHeatmap()

    SetParticle(Vector3)

    Declaration
    public void SetParticle(Vector3 pos)
    Parameters
    Type Name Description
    Vector3 pos

    ShowHeatmap()

    Declaration
    public void ShowHeatmap()
    In This Article
    • Fields
      • colorScaleTweaker
    • Methods
      • DisplayParticles()
      • GetPositionOfParticle(Int32)
      • HideHeatmap()
      • SetParticle(Vector3)
      • ShowHeatmap()
    Back to top Generated by DocFX