C# Class Xenko.Particles.VertexLayouts.AttributeAccessor

AttributeAccessor is use to access and modify a particle vertex attribute.
Show file Open project: xen2/stride Class Usage Examples

Public Properties

Property Type Description
Offset int
Size int

Property Details

Offset public property

Offset of the attribute from the beginning of the vertex position
public int Offset
return int

Size public property

Size of the attribute field
public int Size
return int