ChensHelpers
Chen.Helpers.UnityHelpers Namespace
Classes | |
---|---|
Extensions | Extensions for Unity objects. |
ListProcessor<T> | A generic component for implementing a List Processor. The List Processor will attempt to process all the items in the data structure in a single frame. |
QueueProcessor<T> | A generic component for implementing a Queue Processor. The Queue Processor attempts to process N items per frame, allowing items to be processed over time and not instantaneously. |
TemporaryParticleSystem | A component that should make temporary Particle Systems destroy themselves when the detonate switch is set to true and when the Particle System stops emitting. |