Click or drag to resize

NodeMoveTo Method (Single, Single, Single)

해당 개체를 지정된 위치로 이동

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void MoveTo(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
X축 지점
y
Type: SystemSingle
Y축 지점
z
Type: SystemSingle
Z축 지점
See Also