Class CommandEventBase<T>
Inheritance
CommandEventBase<T>
Assembly: UnityEngine.dll
Syntax
public abstract class CommandEventBase<T> : EventBase<T>, IDisposable, ICommandEvent, IPropagatableEvent where T : CommandEventBase<T>, new()
Type Parameters
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
Methods
|
Improve this Doc
View Source
GetPooled(String)
Declaration
public static T GetPooled(string commandName)
Parameters
Type |
Name |
Description |
String |
commandName |
|
Returns
|
Improve this Doc
View Source
GetPooled(Event)
Declaration
public static T GetPooled(Event systemEvent)
Parameters
Type |
Name |
Description |
Event |
systemEvent |
|
Returns
|
Improve this Doc
View Source
Init()
Declaration
protected override void Init()
Overrides
UnityEngine.Experimental.UIElements.EventBase<T>.Init()
Implements
Extension Methods