Search Results for

    Show / Hide Table of Contents

    Struct ParticleBufferCPUDataAccessorBase

    Assembly: FlaxEngine.dll
    File: Engine/Particles/ParticlesData.h
    Syntax
    public struct ParticleBufferCPUDataAccessorBase

    Constructors

    ParticleBufferCPUDataAccessorBase()

    Declaration
    public ParticleBufferCPUDataAccessorBase()

    ParticleBufferCPUDataAccessorBase(ParticleBuffer* buffer, int32 offset)

    Declaration
    public ParticleBufferCPUDataAccessorBase(ParticleBuffer* buffer, int32 offset)
    Parameters
    ParticleBuffer buffer

    int32 offset

    Fields

    _buffer

    Declaration
    protected ParticleBuffer* _buffer
    Field Value
    ParticleBuffer

    _offset

    Declaration
    protected int32 _offset
    Field Value
    int32

    Methods

    IsValid()

    Declaration
    public bool IsValid() const
    Returns
    bool

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