|
My Project v1
Project
|


类 | |
| class | Particle |
Public 成员函数 | |
| ShapeshiftParticleSystem () | |
| override bool | Simulate (float dt) |
Public 成员函数 继承自 Game.ParticleSystem< ShapeshiftParticleSystem.Particle > | |
| ParticleSystem (int particlesCount) | |
| override void | Draw (Camera camera) |
| override bool | Simulate (float dt) |
Public 属性 | |
| Random | m_random = new() |
| float | m_generationSpeed |
| float | m_toGenerate |
Public 属性 继承自 Game.ParticleSystem< ShapeshiftParticleSystem.Particle > | |
| T[] | m_particles |
| Texture2D | m_texture |
| Vector3[] | m_front |
| Vector3[] | m_right |
| Vector3[] | m_up |
| TexturedBatch3D | AdditiveBatch |
| TexturedBatch3D | AlphaBlendedBatch |
属性 | |
| bool | Stopped [get, set] |
| Vector3 | Position [get, set] |
| BoundingBox | BoundingBox [get, set] |
属性 继承自 Game.ParticleSystem< ShapeshiftParticleSystem.Particle > | |
| T[] | Particles [get] |
| Texture2D | Texture [get, set] |
| int | TextureSlotsCount [get, set] |
| Game.ShapeshiftParticleSystem.ShapeshiftParticleSystem | ( | ) |

| override bool Game.ShapeshiftParticleSystem.Simulate | ( | float | dt | ) |

| float Game.ShapeshiftParticleSystem.m_generationSpeed |
| Random Game.ShapeshiftParticleSystem.m_random = new() |
| float Game.ShapeshiftParticleSystem.m_toGenerate |
|
getset |
|
getset |
|
getset |