Class ShapeBoxDescription
Box particle emitter.
Inherited Members
Namespace: Evergine.Framework.Particles.Shape
Assembly: Evergine.Framework.dll
Syntax
public class ShapeBoxDescription : ShapeDescription
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 |
ShapeType
Gets the emitter shape type.
Declaration
public override EmitterShapes ShapeType { get; }
Property Value
Type | Description |
---|---|
EmitterShapes |
Overrides
Size
Gets or sets the box emitter size.
Declaration
public Vector3 Size { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |