Click or drag to resize

ViewManagerMoveCamera Method (Single, Single, Single)

특정위치가 화면 가운데로 오도록 카메라 이동

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

Parameters

x
Type: SystemSingle
Position X
y
Type: SystemSingle
Position Y
z
Type: SystemSingle
Position Z
See Also