<Code Lib>
2022 Method
Changes 4
M

Transform.CreateTranslation

Description:
Creates a transform that represents a translation via the specified vector.

public static Transform CreateTranslation(
	XYZ vector
)

Return Value The new transform. The new transform.

Loading…