Click or drag to resize

MouseBasedObjectMoveManagerUpdateMoveBase Method

마우스 개체 이동상태 초기값 설정

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void UpdateMoveBase(
	int x,
	int y,
	bool bCenterBase = true
)

Parameters

x
Type: SystemInt32
화면좌표 X
y
Type: SystemInt32
화면좌표 Y
bCenterBase (Optional)
Type: SystemBoolean
초기값 센터 정렬
See Also