Class DreamNailable
This component allows an action to be done when the player dreamnails an object
Inherited Members
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
[Obsolete("This is an old component that should no longer be used. Use DreamnailableObject instead")]
public class DreamNailable : EnemyDreamnailReaction
Methods
| Edit this page View SourceOnDreamnail()
Called when this object is dreamnailed
Declaration
public virtual void OnDreamnail()
Events
| Edit this page View SourceOnDreamnailEvent
An action to be executed when the player dreamnails this object
Declaration
public event UnityAction OnDreamnailEvent
Event Type
Type | Description |
---|---|
UnityAction |