Click or drag to resize

AvatarPathItemUpdatePosition(Int32, Single, Single, Single) Method

정점 위치 수정

Namespace: VIZCore3D.NET.Data
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void UpdatePosition(
	int index,
	float x,
	float y,
	float z
)

Parameters

index  Int32
정점 인덱스(Index)
x  Single
X 위치
y  Single
Y 위치
z  Single
Z 위치
See Also