Class HealthGetEffect
Used to play effects when the player picks up blue health pickups
Inheritance
Object
Component
Behaviour
MonoBehaviour
HealthGetEffect
Assembly: WeaverCore.dll
Syntax
public class HealthGetEffect : MonoBehaviour
Properties
|
Edit this page
View Source
Animator
Declaration
public WeaverAnimationPlayer Animator { get; }
Property Value
|
Edit this page
View Source
MainRenderer
Declaration
public SpriteRenderer MainRenderer { get; }
Property Value
Type |
Description |
SpriteRenderer |
|
Extension Methods