Table of Contents

Struct AttributeAccessor

Namespace
Stride.Particles.VertexLayouts
Assembly
Stride.Particles.dll

AttributeAccessor is use to access and modify a particle vertex attribute.

public struct AttributeAccessor
Inherited Members
Extension Methods

Fields

Offset

Offset of the attribute from the beginning of the vertex position

public int Offset

Field Value

int

Size

Size of the attribute field

public int Size

Field Value

int