Show / Hide Table of Contents

Class CommandEventBase<T>

Inheritance
Object
EventBase
EventBase<T>
CommandEventBase<T>
ExecuteCommandEvent
ValidateCommandEvent
Implements
IDisposable
ICommandEvent
Inherited Members
EventBase<T>.TypeId()
EventBase<T>.GetPooled()
EventBase<T>.Dispose()
EventBase<T>.GetEventTypeId()
EventBase.RegisterEventType()
EventBase.timestamp
EventBase.flags
EventBase.PreDispatch()
EventBase.PostDispatch()
EventBase.bubbles
EventBase.capturable
EventBase.tricklesDown
EventBase.target
EventBase.isPropagationStopped
EventBase.StopPropagation()
EventBase.isImmediatePropagationStopped
EventBase.StopImmediatePropagation()
EventBase.isDefaultPrevented
EventBase.PreventDefault()
EventBase.propagationPhase
EventBase.m_CurrentTarget
EventBase.currentTarget
EventBase.dispatch
EventBase.imguiEvent
EventBase.originalMousePosition
EventBase.pooled
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public abstract class CommandEventBase<T> : EventBase<T>, IDisposable, ICommandEvent, IPropagatableEvent where T : CommandEventBase<T>, new()
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

CommandEventBase()

Declaration
protected CommandEventBase()

Properties

| Improve this Doc View Source

commandName

Declaration
public string commandName { get; protected set; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

GetPooled(String)

Declaration
public static T GetPooled(string commandName)
Parameters
Type Name Description
String commandName
Returns
Type Description
T
| Improve this Doc View Source

GetPooled(Event)

Declaration
public static T GetPooled(Event systemEvent)
Parameters
Type Name Description
Event systemEvent
Returns
Type Description
T
| Improve this Doc View Source

Init()

Declaration
protected override void Init()
Overrides
UnityEngine.Experimental.UIElements.EventBase<T>.Init()

Implements

System.IDisposable
ICommandEvent

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX