Show / Hide Table of Contents

Class SpatterHealer

Used to play a heal effect when a blue health bug is collected

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
SpatterHealer
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
public class SpatterHealer : MonoBehaviour

Properties

| Edit this page View Source

Rigidbody2D

Declaration
public Rigidbody2D Rigidbody2D { get; }
Property Value
Type Description
Rigidbody2D

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
CoroutineUtilities.RunCoroutineWhile<T>(T, IEnumerator, Func<bool>)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾