Click or drag to resize

IVIZZARDServiceANI_AddAnimationKey Method

애니메이션 키 추가 애니메이션에 연결된 모델의 현재 상태를 키로 저장

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
Simulation_AnimationKey ANI_AddAnimationKey(
	string AnimationGUID,
	long Tick
)

Parameters

AnimationGUID
Type: SystemString
애니메이션GUID
Tick
Type: SystemInt64
시간

Return Value

Type: Simulation_AnimationKey
추가된 애니메이션 키 정보
See Also