Click or drag to resize

MouseBasedObjectMoveManagerAddMove Method (ListInt32, Boolean)

지정된 개체의 마우스 개체 이동 상태 추가

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void AddMove(
	List<int> nodeIndex,
	bool grip
)

Parameters

nodeIndex
Type: System.Collections.GenericListInt32
노드 인덱스 리스트
grip
Type: SystemBoolean
개체 이동 상태로 설정
See Also