Click or drag to resize

ViewManagerRotateCamera Method (AxisDirection, 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 RotateCamera(
	AxisDirection axis,
	float degree
)

Parameters

axis
Type: VIZCore3D.NET.DataAxisDirection
축 방향
degree
Type: SystemSingle
회전 각도
See Also