日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    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()
    Back to top Generated by DocFX