C# Class Xenko.Particles.Rendering.RenderParticleEmitter

Defines a particle emitter to render.
Inheritance: RenderObject
Mostrar archivo 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_oe property

public bool HasVertexBufferChanged
return bool

ParticleEmitter public_oe property

public ParticleEmitter ParticleEmitter
return ParticleEmitter

RenderParticleSystem public_oe property

public RenderParticleSystem,Xenko.Particles.Rendering RenderParticleSystem
return RenderParticleSystem

VertexCount public_oe property

public int VertexCount
return int

VertexSize public_oe property

public int VertexSize
return int