Click or drag to resize
NodeTranslate Method
Move position by vector.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Translate(
	Vector3 moveBy
)

Parameters

moveBy
Type: Vector3
Vector to translate by.
See Also