cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Particle3DAffector Class Reference

#include <CCParticle3DAffector.h>

Inheritance diagram for Particle3DAffector:
Ref PUAffector PUAlignAffector PUBaseCollider PUBaseForceAffector PUCollisionAvoidanceAffector PUColorAffector PUFlockCenteringAffector PUForceFieldAffector PUGeometryRotator PUGravityAffector PUJetAffector PULineAffector PUParticleFollower PUPathFollower PURandomiser PUScaleAffector PUScaleVelocityAffector PUTextureAnimator PUTextureRotator PUVelocityMatchingAffector PUVortexAffector

Public Member Functions

virtual void updateAffector (Particle3D *particle, float deltaTime)
void setEnabled (bool enabled)
 Enables or disables the emitter. More...
 
bool isEnabled (void) const
virtual ~Particle3DAffector ()
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
Refautorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()
 Destructor. More...
 

Public Attributes

CC_CONSTRUCTOR_ACCESS __pad0__: Particle3DAffector()

Protected Attributes

ParticleSystem3D_particleSystem
bool _isEnabled
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 
local _referenceCount
 count of references More...
 

Friends

class ParticleSystem3D

Additional Inherited Members

- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 
 Ref ()
 Constructor. More...
 

Constructor & Destructor Documentation

virtual ~Particle3DAffector ( )
virtual
var ~Particle3DAffector ( )
virtual
local ~Particle3DAffector ( )
virtual

Member Function Documentation

bool isEnabled ( void  ) const
inline
var isEnabled (   )
inline
local isEnabled (   )
inline
void setEnabled ( bool  enabled)
inline

Enables or disables the emitter.

var setEnabled ( var  enabled)
inline

Enables or disables the emitter.

local setEnabled ( local  enabled)
inline

Enables or disables the emitter.

virtual void updateAffector ( Particle3D particle,
float  deltaTime 
)
virtual
var updateAffector ( var  particle,
var  deltaTime 
)
virtual
local updateAffector ( local  particle,
local  deltaTime 
)
virtual

Friends And Related Function Documentation

friend class ParticleSystem3D
friend
var ParticleSystem3D
friend
local ParticleSystem3D
friend

Member Data Documentation

var __pad0__
local __pad0__
bool _isEnabled
protected
var _isEnabled
protected
local _isEnabled
protected
ParticleSystem3D* _particleSystem
protected
var _particleSystem
protected
local _particleSystem
protected

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