Struct TranslationMixer
Syntax
public struct TranslationMixer : IComponentMixer<Translation>
Methods
Add(ref Translation, ref Translation)
Declaration
public Translation Add(ref Translation A, ref Translation B)
Parameters
| Type |
Name |
Description |
| Translation |
A |
|
| Translation |
B |
|
Returns
| Type |
Description |
| Translation |
|
Implements
Lerp(ref Translation, ref Translation, Single)
Declaration
public Translation Lerp(ref Translation A, ref Translation B, float s)
Parameters
| Type |
Name |
Description |
| Translation |
A |
|
| Translation |
B |
|
| Single |
s |
|
Returns
| Type |
Description |
| Translation |
|
Implements