Click or drag to resize

AvatarPathItemAddPosition Method (Int32, Boolean)

정점 위치 추가

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void AddPosition(
	int index = -1,
	bool repeatMode = true
)

Parameters

index (Optional)
Type: SystemInt32
삽입할 정점 인덱스(Index)
repeatMode (Optional)
Type: SystemBoolean
반복 생성 모드
See Also