Class ParticleEmitterGraphCPUNode
Inherited Members
      ParticleEmitterGraphCPUNode
    
    
    
    
    
    
    
    
    
    
    
    
      ParticleEmitterGraphCPUNode
    
    
    
    
    
    
    
    
    
  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
         
  |