AttributeAccessor Struct
Namespace: Stride.Particles.VertexLayoutsAssembly: Stride.Particles.dll
AttributeAccessor is use to access and modify a particle vertex attribute.
public struct AttributeAccessor
Name | Description | |
---|---|---|
Fields | ||
Offset | Offset of the attribute from the beginning of the vertex position |
|
Size | Size of the attribute field |
Fields
Offset
Offset of the attribute from the beginning of the vertex position
public int Offset
Field Value
Type | Description |
---|---|
System.Int32 |
Size
Size of the attribute field
public int Size
Field Value
Type | Description |
---|---|
System.Int32 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()