My Project v1
Project
载入中...
搜索中...
未找到
Game.MagmaSplashParticleSystem
类 Game.MagmaSplashParticleSystem 继承关系图:
Game.MagmaSplashParticleSystem 的协作图:

class  Particle
 

Public 成员函数

 MagmaSplashParticleSystem (SubsystemTerrain terrain, Vector3 position, bool large)
 
override bool Simulate (float dt)
 
- Public 成员函数 继承自 Game.ParticleSystem< MagmaSplashParticleSystem.Particle >
 ParticleSystem (int particlesCount)
 
override void Draw (Camera camera)
 
override bool Simulate (float dt)
 

Public 属性

Random m_random = new()
 
SubsystemTerrain m_subsystemTerrain
 
Vector3 m_position
 
float m_time
 
- Public 属性 继承自 Game.ParticleSystem< MagmaSplashParticleSystem.Particle >
T[] m_particles
 
Texture2D m_texture
 
Vector3[] m_front
 
Vector3[] m_right
 
Vector3[] m_up
 
TexturedBatch3D AdditiveBatch
 
TexturedBatch3D AlphaBlendedBatch
 

额外继承的成员函数

- 属性 继承自 Game.ParticleSystem< MagmaSplashParticleSystem.Particle >
T[] Particles [get]
 
Texture2D Texture [get, set]
 
int TextureSlotsCount [get, set]
 

构造及析构函数说明

◆ MagmaSplashParticleSystem()

Game.MagmaSplashParticleSystem.MagmaSplashParticleSystem ( SubsystemTerrain terrain,
Vector3 position,
bool large )
函数调用图:

成员函数说明

◆ Simulate()

override bool Game.MagmaSplashParticleSystem.Simulate ( float dt)
函数调用图:

类成员变量说明

◆ m_position

Vector3 Game.MagmaSplashParticleSystem.m_position

◆ m_random

Random Game.MagmaSplashParticleSystem.m_random = new()

◆ m_subsystemTerrain

SubsystemTerrain Game.MagmaSplashParticleSystem.m_subsystemTerrain

◆ m_time

float Game.MagmaSplashParticleSystem.m_time

该类的文档由以下文件生成: