본문으로 건너뛰기

SetCenter

Overloads

NameDescription
SetCenter(int id, int subId, float x, float y, float z)단면(상자) Plane 중심점 설정
SetCenter(int id, int subId, Vertex3D position)단면(상자) Plane 중심점 설정

SetCenter(int id, int subId, float x, float y, float z)

public void SetCenter(int id, int subId, float x, float y, float z)

단면(상자) Plane 중심점 설정

Parameters

NameTypeDescription
idint단면 아이디(ID)
subIdint단면 Plane 아이디(ID) : 단면(-1), 단면상자(0 ~ 5), 인박스단면(0 ~ 2)
xfloat중심점 X
yfloat중심점 Y
zfloat중심점 Z

SetCenter(int id, int subId, Vertex3D position)

public void SetCenter(int id, int subId, Vertex3D position)

단면(상자) Plane 중심점 설정

Parameters

NameTypeDescription
idint단면 아이디(ID)
subIdint단면 Plane 아이디(ID) : 단면(-1), 단면상자(0 ~ 5), 인박스단면(0 ~ 2)
positionVertex3D중심점