|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|


Public 成员函数 | |
| ParticleSystem (int particlesCount) | |
| override void | Draw (Camera camera) |
| override bool | Simulate (float dt) |
| Public 成员函数 继承自 Game.ParticleSystemBase | |
| void | Draw (Camera camera) |
| bool | Simulate (float dt) |
| virtual void | OnAdded () |
| virtual void | OnRemoved () |
Public 属性 | |
| T[] | m_particles |
| Texture2D | m_texture |
| Vector3[] | m_front = new Vector3[3] |
| Vector3[] | m_right = new Vector3[3] |
| Vector3[] | m_up = new Vector3[3] |
| TexturedBatch3D | AdditiveBatch |
| TexturedBatch3D | AlphaBlendedBatch |
| Public 属性 继承自 Game.ParticleSystemBase | |
| SubsystemParticles | SubsystemParticles |
属性 | |
| T[] | Particles [get] |
| Texture2D | Texture [get, set] |
| int | TextureSlotsCount [get, set] |
| T | : | Particle | |
| T | : | new() |
在文件 ParticleSystem.cs 第 5 行定义.
| override void Game.ParticleSystem< T >.Draw | ( | Camera | camera | ) |
| Game.ParticleSystem< T >.ParticleSystem | ( | int | particlesCount | ) |
在文件 ParticleSystem.cs 第 35 行定义.
| override bool Game.ParticleSystem< T >.Simulate | ( | float | dt | ) |
在文件 ParticleSystem.cs 第 159 行定义.
| TexturedBatch3D Game.ParticleSystem< T >.AdditiveBatch |
在文件 ParticleSystem.cs 第 16 行定义.
| TexturedBatch3D Game.ParticleSystem< T >.AlphaBlendedBatch |
在文件 ParticleSystem.cs 第 18 行定义.
在文件 ParticleSystem.cs 第 10 行定义.
| T [] Game.ParticleSystem< T >.m_particles |
在文件 ParticleSystem.cs 第 6 行定义.
在文件 ParticleSystem.cs 第 12 行定义.
| Texture2D Game.ParticleSystem< T >.m_texture |
在文件 ParticleSystem.cs 第 8 行定义.
在文件 ParticleSystem.cs 第 14 行定义.
|
get |
在文件 ParticleSystem.cs 第 20 行定义.
|
getset |
在文件 ParticleSystem.cs 第 22 行定义.
|
getset |
在文件 ParticleSystem.cs 第 33 行定义.