Property | Type | Description | |
---|---|---|---|
LoadContent | void | ||
VertexDeclaration | System |
Method | Description | |
---|---|---|
QuadRenderer ( ) : System | ||
QuadRenderer ( int bufferSize ) : System |
Creates a new QuadRenderer
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
PreRender ( Matrix &worldMatrix, Matrix &viewMatrix, Matrix &projectionMatrix ) : void |
Allows the renderer class to perform one time set up for each particle effect. |
|
Render ( RenderContext &context, ParticleIterator &iterator ) : void |
Performs rendering of particles.
|
Method | Description | |
---|---|---|
LoadContent ( ContentManager content ) : void | ||
VertexDeclaration ( ) : System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected PreRender ( Matrix &worldMatrix, Matrix &viewMatrix, Matrix &projectionMatrix ) : void | ||
worldMatrix | Matrix | |
viewMatrix | Matrix | |
projectionMatrix | Matrix | |
return | void |
public QuadRenderer ( int bufferSize ) : System | ||
bufferSize | int | |
return | System |
protected Render ( RenderContext &context, ParticleIterator &iterator ) : void | ||
context | RenderContext | The render context containing rendering information. |
iterator | ParticleIterator | The particle iterator object. |
return | void |