TransformTranslated Method |
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Transform Translated(
Vector3 offset
)
Parameters
- offset
- Type: GodotVector3
The offset to translate by.
Return Value
Type:
TransformThe translated matrix.
See Also