Method Translate
Translate(float3)
Translates this transform by the specified vector.
Declaration
public LocalTransform Translate(float3 translation)
Parameters
| Type | Name | Description | 
|---|---|---|
| float3 | translation | The translation vector.  | 
    
Returns
| Type | Description | 
|---|---|
| LocalTransform | A new, translated Transform.  | 
    
Remarks
Note that this doesn't modify the original transform. Rather it returns a new one.