C# Class Xenko.Particles.VertexLayouts.AttributeAccessor

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

Public Properties

Property Type Description
Offset int
Size int

Property Details

Offset public_oe property

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

Size public_oe property

Size of the attribute field
public int Size
return int