Properties

CC3CommonVertexArrayParticleEmitter Class Reference

A CC3CommonVertexArrayParticleEmitter maintains the vertices of all particles in common vertex arrays. More...

#import <CC3Particles.h>

Inheritance diagram for CC3CommonVertexArrayParticleEmitter:
Inheritance graph
[legend]
Collaboration diagram for CC3CommonVertexArrayParticleEmitter:
Collaboration graph
[legend]

List of all members.

Properties

CC3VertexArrayMeshmesh

Detailed Description

A CC3CommonVertexArrayParticleEmitter maintains the vertices of all particles in common vertex arrays.

This class forms the basis of both point particle emitters and mesh particle emitters.


Property Documentation

- (CC3VertexArrayMesh*) mesh [read, write, retain]

The mesh that holds the vertex data for this mesh node.

CC3CommonVertexArrayParticleEmitter requires that the mesh be of type CC3VertexArrayMesh.

Implements CC3MeshNode.

Implemented in CC3PointParticleEmitter.


The documentation for this class was generated from the following file: