Search Results for

    Show / Hide Table of Contents

    Class ShapeEdgeDescription

    Box particle emitter.

    Inheritance
    object
    ShapeDescription
    ShapeEdgeDescription
    Inherited Members
    ShapeDescription.RandomizeDirection
    ShapeDescription.VelocityOffset
    ShapeDescription.CreateFromType(EmitterShapes)
    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's 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
    Overrides
    ShapeDescription.ShapeType

    Extension Methods

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