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

    Struct BaseEventSystem.EventHandlerEntry

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public struct EventHandlerEntry

    Constructors

    EventHandlerEntry(IEventSystemHandler, Boolean)

    Declaration
    public EventHandlerEntry(IEventSystemHandler h, bool isParentListener = false)
    Parameters
    Type Name Description
    IEventSystemHandler h
    Boolean isParentListener

    Fields

    handler

    Declaration
    public IEventSystemHandler handler
    Field Value
    Type Description
    IEventSystemHandler

    parentObjectIsInObjectCollection

    Declaration
    public bool parentObjectIsInObjectCollection
    Field Value
    Type Description
    Boolean

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()
    In This Article
    • Constructors
      • EventHandlerEntry(IEventSystemHandler, Boolean)
    • Fields
      • handler
      • parentObjectIsInObjectCollection
    • Methods
      • ToString()
    Back to top Generated by DocFX