Class CollectableEvents
Base class for serializable objects with lists of events dispatched by ObjCollectable
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class CollectableEvents : GroupEvents
Fields
OnAvailable
Dispatched whenever collectable is active, enabled and not nested inside any other object. That means, available to be collected.
Declaration
public UnityEvent OnAvailable
Field Value
Type | Description |
---|---|
UnityEvent |
OnCollected
Dispatched whenever collectable is collected, passing as argument its collector NavObject
Declaration
public UnityEvent<NavObject> OnCollected
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |