Search Results for

    Show / Hide Table of Contents

    Class ParticleEmitterGraphCPUNode

    Inheritance
    GraphNode
    VisjectGraphNode
    ParticleEmitterGraphNode
    ParticleEmitterGraphCPUNode
    Inherited Members
    VisjectGraphNode::Assets
    ParticleEmitterGraphNode::Attributes
    ParticleEmitterGraphCPUNode
    GraphNode::Boxes
    VisjectGraphNode::Data
    GraphNode::GetBox(int32 id)
    GraphNode::GetBoxes(Array<Box* , AllocationType>& result)
    GraphNode::GetBoxes(Array<const Box* , AllocationType>& result)
    GraphNode::GraphNode()
    GraphNode::GroupID
    GraphNode::ID
    ParticleEmitterGraphNode::IsConstant
    GraphNode::Meta
    ParticleEmitterGraphCPUNode
    GraphNode::TryGetBox(int32 id)
    GraphNode::Type
    GraphNode::TypeID
    ParticleEmitterGraphNode::Used
    ParticleEmitterGraphNode::UsesParticleData
    GraphNode::Values
    VisjectGraphNode::VisjectGraphNode()
    GraphNode::~GraphNode()
    Assembly: FlaxEngine.dll
    File: Engine/Particles/Graph/CPU/ParticleEmitterGraph.CPU.h
    Syntax
    public class ParticleEmitterGraphCPUNode : public ParticleEmitterGraphNode

    Fields

    CustomDataOffset

    Declaration
    public int32 CustomDataOffset
    Field Value
    int32

    RibbonOrderOffset

    Declaration
    public int32 RibbonOrderOffset
    Field Value
    int32

    SortedIndicesOffset

    The sorted indices buffer offset used by the rendering modules to point the sorted indices buffer start to use for rendering.

    Declaration
    public uint32 SortedIndicesOffset
    Field Value
    uint32

    Methods

    UsePerParticleDataResolve()

    True if this node uses the per-particle data resolve instead of optimized whole-collection fetch.

    Declaration
    public bool UsePerParticleDataResolve() const
    Returns
    bool

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