C# Class Xenko.Particles.Rendering.RenderParticleEmitter

Defines a particle emitter to render.
Inheritance: RenderObject
Show file Open project: xen2/stride Class Usage Examples

Public Properties

Property Type Description
HasVertexBufferChanged bool
ParticleEmitter ParticleEmitter
RenderParticleSystem RenderParticleSystem
VertexCount int
VertexSize int

Property Details

HasVertexBufferChanged public property

public bool HasVertexBufferChanged
return bool

ParticleEmitter public property

public ParticleEmitter ParticleEmitter
return ParticleEmitter

RenderParticleSystem public property

public RenderParticleSystem,Xenko.Particles.Rendering RenderParticleSystem
return RenderParticleSystem

VertexCount public property

public int VertexCount
return int

VertexSize public property

public int VertexSize
return int