Search Results for

    Show / Hide Table of Contents

    Class ShapeBoxDescription

    Box Particle Emitter.

    Inheritance
    object
    ShapeDescription
    ShapeBoxDescription
    Inherited Members
    ShapeDescription.RandomizeDirection
    ShapeDescription.VelocityOffset
    ShapeDescription.CreateFromType(EmitterShapes)
    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 from 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
    ShapeDescription.ShapeType

    Size

    Gets or sets the box emitter size.

    Declaration
    public Vector3 Size { get; set; }
    Property Value
    Type Description
    Vector3

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX