C# Class Xenko.Particles.VertexLayouts.AttributeAccessor

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

Méthodes publiques

Свойство 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
Résultat int

Size public_oe property

Size of the attribute field
public int Size
Résultat int