Class EventDelegateBase
Weak delegate structure for ExecutableEvent
Inheritance
object
EventDelegateBase
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public abstract class EventDelegateBase
Methods
GetContextObject()
Declaration
protected UObject GetContextObject()
Returns
Type | Description |
---|---|
UObject |
GetEventName()
Declaration
protected string GetEventName()
Returns
Type | Description |
---|---|
string |
InvokeInternal(UObject, EventBase)
Declaration
protected void InvokeInternal(UObject contextObject, EventBase eventBase)
Parameters
Type | Name | Description |
---|---|---|
UObject | contextObject | |
EventBase | eventBase |