Click or drag to resize

AnimationManager Class

[MANAGER] Animation Manager
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerAnimationManager

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.423 (2.8.24.423)
Syntax
C#
public class AnimationManager : VIZCoreBase

The AnimationManager type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
현재 선택되어 있는 Animation 반환
Public propertyCurrentPlayingTime
애니메이션 재생 시간
Public propertyKeyItems
Animation Key 목록
Public propertyPlayingTime
전체 재생 시간
Public propertyUseEffect
기본 효과 사용(적용) 여부
Top
Methods
  NameDescription
Public methodAdd
Animation 추가
Public methodAddKey(Single, AnimationManagerAnimationKeyType)
Animation Key 추가
Public methodAddKey(Single, AnimationManagerAnimationKeyType, Object)
Animation Key 추가
Public methodClear
Animation 전체 삭제
Public methodCopyKey
Animation Key 복사
Public methodCreateMakerAniKey
Marker 추가
Public methodDelete
Animation 삭제
Public methodDeleteKey
Animation Key 삭제
Public methodExportAVI
애니메이션 파일 저장
Public methodFromID
Get Animation (By ID)
Public methodGetAniKeyAnimationID
애니메이션 아이디 반환
Public methodGetAniKeyAnimationNumber
애니메이션 개수
Public methodGetAniKeyAnimationShowEffectMoveAxis
애니메이션 보이기 효과 축 반환
Public methodGetAniKeyAnimationShowEffectMoveLength
애니메이션 보이기 효과 이동거리 반환
Public methodGetAniKeyAnimationShowEffectTimeLength
애니메이션 보이기효과 시간 반환
Public methodGetKeyItem
Get Animation Key (By Key ID)
Public methodImportAVI
애니메이션 파일 열기
Public methodKeyItem Obsolete.
Get AnimationKey (By ID)
Public methodMoveKey(AnimationKey, Single)
Animation Key 이동
Public methodMoveKey(Int32, Single)
Animation Key 이동
Public methodPause
Animation 멈춤
Public methodPlay
Animation 재생
Public methodScreenToFile
특정 시간별 애니메이션 장면 반환
Public methodSelect
Animation 선택
Public methodSetAniKeyAnimationRepeatMode
애니메이션 반복 모드 설정
Public methodSetAniKeyAnimationShowEffectMoveAxis
애니메이션 보이기 효과 축 설정
Public methodSetAniKeyAnimationShowEffectMoveLength
애니메이션 보이기 효과 이동거리 설정
Public methodSetAniKeyAnimationShowEffectTimeLength
애니메이션 보이기효과 시간 설정
Public methodSetAniKeyAnimationUseCameraKeyMode
Set AniKey Animation Use Camera Key Mode
Public methodSetAniKeyTitle
애니메이션 마커 타이틀 수정
Public methodSetCurrentAniKeyAnimation
현재 애니메이션 커서 위치 설정
Public methodSetShowAnimationMoveLine
애니메이션 이동경로 표시 여부 설정
Public methodStart Obsolete.
Animation 재생
Top
Events
  NameDescription
Public eventOnAnimationPlaybackFinishedEvent
애니메이션 재생 종료 이벤트
Public eventOnAnimationPlaybackPositionChangedEvent
애니메이션 재생 위치 변경 이벤트
Top
See Also