Click or drag to resize

AvatarEquipManagerAddEquip(String, String, Vector3D, Vector3D, Vector3D, Color, Boolean, Single) Method

장비 추가 (viz파일)

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public int AddEquip(
	string fileName,
	string name,
	Vector3D position,
	Vector3D rotate,
	Vector3D size,
	Color color,
	bool fitCenter,
	float scale
)

Parameters

fileName  String
모델파일 경로
name  String
장비 이름
position  Vector3D
위치
rotate  Vector3D
회전
size  Vector3D
크기
color  Color
색상
fitCenter  Boolean
모델 가운데정렬
scale  Single
크기

Return Value

Int32
ID
See Also