BabylonExport.Entities.BabylonParticleSystem.BabylonParticleSystem C# (CSharp) Method

BabylonParticleSystem() public method

public BabylonParticleSystem ( ) : System.Runtime.Serialization
return System.Runtime.Serialization
        public BabylonParticleSystem()
        {
            this.preventAutoStart = true;
            this.autoAnimate = false;
            this.animations = null;
            this.customShader = null;
        }
    }
BabylonParticleSystem