Search Results for

    Show / Hide Table of Contents

    Struct ParticleAttribute

    The particle attribute that defines a single particle layout component.

    Inherited Members
    ParticleAttribute
    Assembly: FlaxEngine.dll
    File: Engine/Particles/ParticlesData.h
    Syntax
    public struct ParticleAttribute

    Fields

    Name

    The attribute name.

    Declaration
    public String Name
    Field Value
    String

    Offset

    The attribute offset from particle data start (in bytes).

    Declaration
    public int32 Offset
    Field Value
    int32

    ValueType

    The attribute value container type.

    Declaration
    public ValueTypes ValueType
    Field Value
    ValueTypes

    Methods

    GetSize()

    Gets the size of the attribute (in bytes).

    Declaration
    public int32 GetSize() const
    Returns
    int32

    The size (in bytes).

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