Show / Hide Table of Contents

Class PoolOnParticlesDone

Automatically sends an object back to it's pool when the particle system on the object is completed

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
PoolOnParticlesDone
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
[RequireComponent(typeof(PoolableObject))]
[RequireComponent(typeof(ParticleSystem))]
public class PoolOnParticlesDone : MonoBehaviour

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
☀
☾