Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemForceFieldShape

The type of shape used for influencing particles in the Force Field Component.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemForceFieldShape

Fields

Value

Description

BoxInfluence particles inside a box shape.
CylinderInfluence particles inside a cylinder shape.
HemisphereInfluence particles inside a hemisphere shape.
SphereInfluence particles inside a sphere shape.