C# Class EssenceShared.Particle

Mostra file Open project: Insality/essence-of-shadows

Public Methods

Method Description
GetEmiter ( string texture, ParticleType type, int dieAfter, CCPoint where, Entity owner = null ) : CocosSharp.CCParticleSystem

Method Details

GetEmiter() public static method

public static GetEmiter ( string texture, ParticleType type, int dieAfter, CCPoint where, Entity owner = null ) : CocosSharp.CCParticleSystem
texture string
type ParticleType
dieAfter int
where CCPoint
owner EssenceShared.Entities.Entity
return CocosSharp.CCParticleSystem