C# 클래스 SpriteAnimationPreview.SpriteAnimationTimeControl.AnimationData

파일 보기 프로젝트 열기: anchan828/sprite-animation-preview

공개 메소드들

메소드 설명
AnimationData ( AnimationClip animationClip ) : System.Collections.Generic
GetPreviewTexture ( Rect previewRect, Sprite sprite ) : Texture
OnDisable ( ) : void

비공개 메소드들

메소드 설명
GetSpriteEditor ( Sprite sprite ) : Editor
GetSpriteEditors ( ) : List
GetSprites ( AnimationClip animationClip ) : UnityEngine.Sprite[]
IsDirty ( Rect previewRect ) : bool
RebuildPreviewTextures ( Rect previewRect ) : void

메소드 상세

AnimationData() 공개 메소드

public AnimationData ( AnimationClip animationClip ) : System.Collections.Generic
animationClip UnityEngine.AnimationClip
리턴 System.Collections.Generic

GetPreviewTexture() 공개 메소드

public GetPreviewTexture ( Rect previewRect, Sprite sprite ) : Texture
previewRect UnityEngine.Rect
sprite UnityEngine.Sprite
리턴 UnityEngine.Texture

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void