Richard Davey
|
4d13702c33
|
The Particle Emitter Manager has been given a NOOP method called setBlendMode to stop warnings from being thrown if you added an emitter to a Container in the Canvas renderer. Fix #4083
|
2018-10-05 16:31:43 +01:00 |
|
Richard Davey
|
b45df05ddb
|
Updated to get the frame names
|
2018-09-27 14:15:58 +01:00 |
|
Richard Davey
|
dedc939fdd
|
initPipeline now defaults to the Texture Tint Pipeline if nothing else is specified.
|
2018-09-05 11:19:02 +01:00 |
|
Richard Davey
|
7313573161
|
The ParticleEmitterManager now has the Transform component. This means you can now set the position, rotation or scale of the Emitter Manager, and it will influence every Emitter it is rendering. The Managers transform is mixed with that of the Camera. This works in both Canvas and WebGL.
|
2018-07-31 23:21:07 +01:00 |
|
Thomas Felix
|
43f6b1d231
|
fix: Corrects the wrong JSdoc comments
Wrong comments lead to a faulty Typescript Definition file missing
the depth attribute.
|
2018-07-25 22:13:38 +02:00 |
|
Chris Andrew
|
9f23818c40
|
Documented various missing descriptions for GameObject classes and functions.
|
2018-06-20 07:28:02 +01:00 |
|
Richard Davey
|
7df02a4447
|
Added 2 NOOPs instead of merging the whole mixins.
|
2018-06-01 00:03:45 +01:00 |
|
TadejZupancic
|
6f7463f4f7
|
Particle Emitter Manager in Container
Added Alpha and ScrollFactor Mixin to Particle Emitter Manager otherwise it crashes when added to the Container.
|
2018-05-30 10:44:49 +02:00 |
|
Richard Davey
|
2630c982b4
|
jsdoc fixes
|
2018-05-22 15:55:36 +01:00 |
|
samme
|
0b881e9a4e
|
Add particles docs
|
2018-04-19 14:05:21 -07:00 |
|
Richard Davey
|
18585de81d
|
Lots of jsdoc fixes
|
2018-04-16 14:43:24 +01:00 |
|
orblazer
|
f42f1bf132
|
Change structs for generic types
|
2018-03-23 16:54:12 +01:00 |
|
orblazer
|
87633fdfad
|
Fix multiple types on GameObjects
|
2018-03-20 15:56:31 +01:00 |
|
orblazer
|
87d6cdaff8
|
Update JSDoc on GameObjects
|
2018-03-19 13:50:32 +01:00 |
|
Richard Davey
|
cc0998660e
|
Updated jsdocs
|
2018-03-18 13:43:37 +00:00 |
|
Richard Davey
|
d1f5f8a82b
|
Added jsdocs
|
2018-02-12 16:01:21 +00:00 |
|
Richard Davey
|
40689d1e35
|
Updated jsdocs.
|
2018-02-07 15:27:21 +00:00 |
|
Richard Davey
|
6efb94cce9
|
Added jsdocs
|
2018-02-06 22:25:23 +00:00 |
|
Richard Davey
|
8cd5e772d8
|
Added jsdocs
|
2018-02-06 19:22:20 +00:00 |
|
Felipe Alfonso
|
71a6360a7b
|
Pipeline components added
|
2018-01-29 18:46:48 -03:00 |
|
Felipe Alfonso
|
2b043fff65
|
Removed RenderTarget and Shader from components
|
2018-01-22 18:53:15 -03:00 |
|
Richard Davey
|
c625b8735b
|
Updated to using Event Emitter for all key managers and game objects. Events are now dispatched directly using arguments instead of Event objects, all managers updated to emit directly.
|
2018-01-12 17:09:21 +00:00 |
|
Richard Davey
|
d8f1ba03e9
|
Moved repository location
|
2018-01-09 21:43:56 +00:00 |
|