Class EventComponent.UnsubscribeFromEvent
Namespace: Unity.Reflect.ActorFramework
Syntax
public class UnsubscribeFromEvent
Constructors
UnsubscribeFromEvent(ActorHandle, Type)
Declaration
public UnsubscribeFromEvent(ActorHandle receiverRef, Type eventType)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorHandle | receiverRef | |
| Type | eventType |
Fields
EventType
Declaration
public Type EventType
Field Value
| Type | Description |
|---|---|
| Type |
ReceiverRef
Declaration
public ActorHandle ReceiverRef
Field Value
| Type | Description |
|---|---|
| ActorHandle |