본문으로 건너뛰기

MoveTo

Overloads

NameDescription
MoveTo(int[] index, float x, float y, float z)지정된 개체를 해당 위치로 이동
MoveTo(List<int> index, float x, float y, float z)지정된 개체를 해당 위치로 이동
MoveTo(List<int> index, Vertex3D position)지정된 개체를 해당 위치로 이동
MoveTo(List<Node> node, float x, float y, float z)지정된 개체를 해당 위치로 이동
MoveTo(List<Node> node, Vertex3D position)지정된 개체를 해당 위치로 이동
MoveTo(GroupItem group, float x, float y, float z)지정된 개체를 해당 위치로 이동
MoveTo(GroupItem group, Vertex3D position)지정된 개체를 해당 위치로 이동

MoveTo(int[] index, float x, float y, float z)

public void MoveTo(int[] index, float x, float y, float z)

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

Parameters

NameTypeDescription
indexInt32[]노드 인덱스
xfloatX 좌표
yfloatY 좌표
zfloatZ 좌표

MoveTo(List<int> index, float x, float y, float z)

public void MoveTo(List&lt;int&gt; index, float x, float y, float z)

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

Parameters

NameTypeDescription
indexList<int>노드 인덱스
xfloatX 좌표
yfloatY 좌표
zfloatZ 좌표

MoveTo(List<int> index, Vertex3D position)

public void MoveTo(List&lt;int&gt; index, Vertex3D position)

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

Parameters

NameTypeDescription
indexList<int>노드 인덱스
positionVertex3D위치

MoveTo(List<Node> node, float x, float y, float z)

public void MoveTo(List&lt;Node&gt; node, float x, float y, float z)

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

Parameters

NameTypeDescription
nodeList<Node>노드
xfloatX 좌표
yfloatY 좌표
zfloatZ 좌표

MoveTo(List<Node> node, Vertex3D position)

public void MoveTo(List&lt;Node&gt; node, Vertex3D position)

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

Parameters

NameTypeDescription
nodeList<Node>노드
positionVertex3D위치

MoveTo(GroupItem group, float x, float y, float z)

public void MoveTo(GroupItem group, float x, float y, float z)

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

Parameters

NameTypeDescription
groupGroupItem그룹
xfloatX 좌표
yfloatY 좌표
zfloatZ 좌표

MoveTo(GroupItem group, Vertex3D position)

public void MoveTo(GroupItem group, Vertex3D position)

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

Parameters

NameTypeDescription
groupGroupItem그룹
positionVertex3D위치