IAttributeTransformer<T, U> Interface
Namespace: Stride.Particles.VertexLayoutsAssembly: Stride.Particles.dll
public interface IAttributeTransformer<T, U>
Type Parameters
Name | Description |
---|---|
T | |
U |
Name | Description | |
---|---|---|
Methods | ||
Transform(ref T, ref U) |
Methods
Transform(ref T, ref U)
void Transform(ref T attribute, ref U transformer)
Parameters
Type | Name | Description |
---|---|---|
T | attribute | |
U | transformer |