Class ParticleHelper
Inheritance
ParticleHelper
Assembly: Assembly-CSharp.dll
Syntax
public static class ParticleHelper
Methods
CreateParticleSystems<T>(Transform, BlockModuleBehaviour<T>, ParticleHelper.ParticleDefinition[])
Declaration
public static ParticleHelper.ParticleSystemsInformation CreateParticleSystems<T>(Transform parent, BlockModuleBehaviour<T> behaviour, ParticleHelper.ParticleDefinition[] particleSystems)
where T : BlockModule
Parameters
Returns
Type Parameters
OnReloadModule<T>(Transform, BlockModuleBehaviour<T>, ParticleHelper.ParticleDefinition[], ParticleHelper.ParticleSystemsInformation)
Declaration
public static ParticleHelper.ParticleSystemsInformation OnReloadModule<T>(Transform parent, BlockModuleBehaviour<T> behaviour, ParticleHelper.ParticleDefinition[] particleSystems, ParticleHelper.ParticleSystemsInformation info)
where T : BlockModule
Parameters
Returns
Type Parameters
ParticlesOff(ParticleHelper.ParticleSystemsInformation, Boolean)
Declaration
public static void ParticlesOff(ParticleHelper.ParticleSystemsInformation info, bool SimPhysics)
Parameters
ParticlesOn(ParticleHelper.ParticleSystemsInformation, Boolean)
Declaration
public static void ParticlesOn(ParticleHelper.ParticleSystemsInformation info, bool SimPhysics)
Parameters
SetParticleRange<T>(ParticleHelper.ParticleSystemsInformation, BlockModuleBehaviour<T>, Single)
Declaration
public static void SetParticleRange<T>(ParticleHelper.ParticleSystemsInformation info, BlockModuleBehaviour<T> behaviour, float value)
where T : BlockModule
Parameters
Type Parameters