Table of Contents

Interface IAsyncParticleManager

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public interface IAsyncParticleManager

Properties

BlockAccess

IBlockAccessor BlockAccess { get; }

Property Value

IBlockAccessor

Methods

ParticlesAlive(EnumParticleModel)

int ParticlesAlive(EnumParticleModel model)

Parameters

model EnumParticleModel

Returns

int

Spawn(IParticlePropertiesProvider)

int Spawn(IParticlePropertiesProvider particleProperties)

Parameters

particleProperties IParticlePropertiesProvider

Returns

int