Click or drag to resize

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

장비 추가 (viz파일)

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

Parameters

fileName
Type: SystemString
모델파일 경로
name
Type: SystemString
장비 이름
position
Type: VIZCore3D.NET.DataVector3D
위치
rotate
Type: VIZCore3D.NET.DataVector3D
회전
size
Type: VIZCore3D.NET.DataVector3D
크기
color
Type: System.DrawingColor
색상
fitCenter
Type: SystemBoolean
모델 가운데정렬
scale
Type: SystemSingle
크기

Return Value

Type: Int32
ID
See Also