3 Years Ago
Far simpler approach to fetching and interfacing with particle system scene objects Getting somewhere Done properly and remove old attempt at wrapping IParticleCollection Make SceneObject.All a read only list Instead of SceneObject.All, add GetAllSceneObjects to SceneWorld Merge branch 'master' into particle-scene-obj Merge branch 'master' into particle-scene-obj Don't query engine for all scene objects, instead add GetWorld binding and keep managed list of scene objects on worlds Fixed wrong order Store SceneWorld in OnNativeInit Merge pull request #19 from Facepunch/particle-scene-obj Far simpler approach to fetching and interfacing with particle system…