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
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). |