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

class  Particle
 

Public 成员函数

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

Public 属性

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

额外继承的成员函数

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

构造及析构函数说明

◆ SoundParticleSystem()

Game.SoundParticleSystem.SoundParticleSystem ( SubsystemTerrain terrain,
Vector3 position,
Vector3 direction )
函数调用图:

成员函数说明

◆ AddNote()

void Game.SoundParticleSystem.AddNote ( Color color)
函数调用图:
这是这个函数的调用关系图:

◆ Simulate()

override bool Game.SoundParticleSystem.Simulate ( float dt)

类成员变量说明

◆ m_direction

Vector3 Game.SoundParticleSystem.m_direction

◆ m_position

Vector3 Game.SoundParticleSystem.m_position

◆ m_random

Random Game.SoundParticleSystem.m_random = new()

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