Class ShapeEdgeDescription
Box particle emitter.
Inherited Members
Namespace: Evergine.Framework.Particles.Shape
Assembly: Evergine.Framework.dll
Syntax
public class ShapeEdgeDescription : ShapeDescription
Properties
FromCenter
Gets or sets a value indicating whether particles are emitted from the edge center.
Declaration
public bool FromCenter { get; set; }
Property Value
Type | Description |
---|---|
bool |
Length
Gets or sets the edge length.
Declaration
public float Length { get; set; }
Property Value
Type | Description |
---|---|
float |
ShapeType
Gets the emitter shape type.
Declaration
public override EmitterShapes ShapeType { get; }
Property Value
Type | Description |
---|---|
EmitterShapes |