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
Post a Comment