Class ShapeCircleDescription
Circle particle emitter.
Inherited Members
Namespace: Evergine.Framework.Particles.Shape
Assembly: Evergine.Framework.dll
Syntax
public class ShapeCircleDescription : ShapePointDescription
Properties
FromCenter
Gets or sets a value indicating whether particles are emitted with the sphere center.
Declaration
public bool FromCenter { get; set; }
Property Value
Type | Description |
---|---|
bool |
FromSurface
Gets or sets a value indicating whether particles are emitted from the surface.
Declaration
public bool FromSurface { get; set; }
Property Value
Type | Description |
---|---|
bool |
Radius
Gets or sets the box emitter size.
Declaration
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
float |
ShapeType
Gets the emitter shape type.
Declaration
public override EmitterShapes ShapeType { get; }
Property Value
Type | Description |
---|---|
EmitterShapes |