Search Results for

    Show / Hide Table of Contents

    Class ShapeCircleDescription

    Circle particle emitter.

    Inheritance
    object
    ShapeDescription
    ShapePointDescription
    ShapeCircleDescription
    Inherited Members
    ShapeDescription.RandomizeDirection
    ShapeDescription.VelocityOffset
    ShapeDescription.CreateFromType(EmitterShapes)
    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 from 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 size of the box emitter.

    Declaration
    public float Radius { get; set; }
    Property Value
    Type Description
    float

    ShapeType

    Gets the emitter's shape type.

    Declaration
    public override EmitterShapes ShapeType { get; }
    Property Value
    Type Description
    EmitterShapes
    Overrides
    ShapePointDescription.ShapeType

    Extension Methods

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