Search Results for

    Show / Hide Table of Contents

    Class ShapeSphereDescription

    Box particle emitter.

    Inheritance
    object
    ShapeDescription
    ShapeSphereDescription
    Inherited Members
    ShapeDescription.RandomizeDirection
    ShapeDescription.VelocityOffset
    ShapeDescription.CreateFromType(EmitterShapes)
    Namespace: Evergine.Framework.Particles.Shape
    Assembly: Evergine.Framework.dll
    Syntax
    public class ShapeSphereDescription : 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

    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 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