translate(by:)
Translates the entity by the specified vector.
Declaration
mutating func translate(by vector: Vector3D)Parameters
- vector:
The vector that defines the translation.
Translates the entity by the specified vector.
mutating func translate(by vector: Vector3D)The vector that defines the translation.