Class MemberEvent.Data
Namespace: Ludiq.Bolt
Syntax
public sealed class Data : IBehaviourGraphElementData, IGraphElementData
Properties
handler
Declaration
public Delegate handler { get; set; }
Property Value
| Type | Description |
|---|---|
| Delegate |
isActive
Declaration
public bool isActive { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Implements
isListening
Declaration
public bool isListening { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
target
Declaration
public object target { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |