Search Results for

    Show / Hide Table of Contents

    Class ParticleModelFacingMode

    The model particle rendering facing modes.

    Inheritance
    System.Object
    ParticleModelFacingMode
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class ParticleModelFacingMode : Enum

    Fields

    AlongVelocity

    Particles will orient along velocity vector.

    Declaration
    public const ParticleModelFacingMode AlongVelocity
    Field Value
    ParticleModelFacingMode

    FaceCameraPlane

    Particles will face camera plane.

    Declaration
    public const ParticleModelFacingMode FaceCameraPlane
    Field Value
    ParticleModelFacingMode

    FaceCameraPosition

    Particles will face camera position.

    Declaration
    public const ParticleModelFacingMode FaceCameraPosition
    Field Value
    ParticleModelFacingMode

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat