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 ActionPublish

    Script for implementing button actions. Simple passthrough to perform publisher actions on interaction events.

    Inheritance
    Object
    ActionCube
    ActionPublish
    Inherited Members
    ActionCube.DoThing()
    ActionCube.ChangeColorForSeconds(Single, Color)
    ActionCube.SetColors(Color)
    ActionCube.RestoreColors()
    ActionCube.OnSelect()
    Namespace: Microsoft.MixedReality.WorldLocking.ASA.Examples
    Assembly: cs.temp.dll.dll
    Syntax
    public class ActionPublish : ActionCube

    Fields

    finishSeconds

    Declaration
    public float finishSeconds
    Field Value
    Type Description
    Single

    notReadyColor

    Declaration
    public Color notReadyColor
    Field Value
    Type Description
    Color

    spacePinBinder

    Declaration
    public SpacePinBinder spacePinBinder
    Field Value
    Type Description
    SpacePinBinder

    spacePinBinderFile

    Declaration
    public SpacePinBinderFile spacePinBinderFile
    Field Value
    Type Description
    SpacePinBinderFile

    statusLine

    Declaration
    public TextMeshPro statusLine
    Field Value
    Type Description
    TextMeshPro

    workingColor

    Declaration
    public Color workingColor
    Field Value
    Type Description
    Color

    Methods

    DoClear()

    Declaration
    public async void DoClear()

    DoDownload()

    Declaration
    public async void DoDownload()

    DoPublish()

    Declaration
    public async void DoPublish()

    DoPurge()

    Declaration
    public async void DoPurge()

    DoReset()

    Declaration
    public async void DoReset()

    DoSearch()

    Declaration
    public async void DoSearch()

    DoTogglePin()

    Declaration
    public async void DoTogglePin()
    In This Article
    Back to top Generated by DocFX