WLT documentation has moved.

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 Core WLT section of the dot net API explorer and related pages. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class ActionCube

    Simple object for interaction. Not to be taken seriously.

    Inheritance
    Object
    ActionCube
    ActionPublish
    Namespace: Microsoft.MixedReality.WorldLocking.ASA.Examples
    Assembly: cs.temp.dll.dll
    Syntax
    public class ActionCube : MonoBehaviour

    Methods

    ChangeColorForSeconds(Single, Color)

    Declaration
    protected async Task<bool> ChangeColorForSeconds(float seconds, Color color)
    Parameters
    Type Name Description
    Single seconds
    Color color
    Returns
    Type Description
    Task<Boolean>

    DoThing()

    Declaration
    protected virtual async void DoThing()

    OnSelect()

    Declaration
    public void OnSelect()

    RestoreColors()

    Declaration
    protected void RestoreColors()

    SetColors(Color)

    Declaration
    protected void SetColors(Color color)
    Parameters
    Type Name Description
    Color color
    In This Article
    • Methods
      • ChangeColorForSeconds(Single, Color)
      • DoThing()
      • OnSelect()
      • RestoreColors()
      • SetColors(Color)
    Back to top Generated by DocFX