ios - How to load configuration for CAEmitterLayer and CAEmitterCell from a file? -


a given particle system configuration in .pex file, can created in sparrow particle system:

sxparticlesystem *exampleparticles = [sxparticlesystem particlesystemwithcontentsoffile:@"particleconfiguration.pex"]; 

is there similar way load configuration (pex/plist/json) when using core animation particles system?

any other ways shorten configuration without having manually copy properties pex file?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

javascript - Trying create a translator based on a preset alphabet -