Search Results for

    Show / Hide Table of Contents

    Class ParticlesSimulationSpace

    The particles simulation space modes.

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

    Fields

    Local

    Simulates particles in the local space of the actor.

    Declaration
    public const ParticlesSimulationSpace Local
    Field Value
    ParticlesSimulationSpace

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    World

    Simulates particles in the world space.

    Declaration
    public const ParticlesSimulationSpace World
    Field Value
    ParticlesSimulationSpace

    Extension Methods

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