Skip to content

ParticleEmitterComponent.TryResetToDefaultState() Method

Definition

Namespace: Brine2D.Systems.Rendering

Attempts to restore the default state if it has been captured, otherwise does nothing. Prefer ResetToDefaultState() when you expect a captured state to always exist.

C#
public bool TryResetToDefaultState();

Returns

System.Boolean