Show / Hide Table of Contents

    Interface IMixedRealityEventSource

    Interface to implement an event source.

    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealityEventSource : IEqualityComparer

    Properties

    SourceId

    The Unique Source Id of this Event Source.

    Declaration
    uint SourceId { get; }
    Property Value
    Type Description
    UInt32

    SourceName

    The Name of this Event Source.

    Declaration
    string SourceName { get; }
    Property Value
    Type Description
    String
    Back to top Generated by DocFX