Search Results for

    Show / Hide Table of Contents

    Class ParticleEmitterGraphNode

    Inheritance
    Base
    ParticleEmitterGraphNode
    Assembly: FlaxEngine.dll
    File: Engine/Particles/Graph/ParticleEmitterGraph.h
    Syntax
    public class ParticleEmitterGraphNode<Base>
    Type Parameters
    Base

    Fields

    Attributes

    The cached particle attribute indices used by the simulation graph to access particle properties.

    Declaration
    public int32 Attributes[PARTICLE_EMITTER_MAX_ATTRIBUTES_REFS_PER_NODE]
    Field Value
    int32

    IsConstant

    Flag valid for used particle nodes that result in constant data (nothing random nor particle data).

    Declaration
    public bool IsConstant = true
    Field Value
    bool

    Used

    True if node is used by the particles graph (is connected to the any module input or its a enabled module).

    Declaration
    public bool Used = false
    Field Value
    bool

    UsesParticleData

    Flag valid for used particle nodes that need per-particle data to evaluate its value (including dependant nodes linked to input boxes). Used to skip per-particle graph evaluation if graph uses the same value for all particles (eg. is not using per-particle seed or position node).

    Declaration
    public bool UsesParticleData = false
    Field Value
    bool

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat