Click or drag to resize

IVIZZARDServiceANI_AddAnimation Method

애니메이션 추가

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
Simulation_Animation ANI_AddAnimation(
	string ParentGUID,
	string Title,
	List<int> NodeIndexes,
	bool ModelAnimation
)

Parameters

ParentGUID
Type: SystemString
부모애니메이션GUID
Title
Type: SystemString
이름
NodeIndexes
Type: System.Collections.GenericListInt32
애니메이션 연결 노드 인덱스 목록
ModelAnimation
Type: SystemBoolean
모델 애니메이션 / 카메라 애니메이션

Return Value

Type: Simulation_Animation
추가된 애니메이션 장면 정보
See Also