C# 클래스 Pokemon3D.Entities.Components.FigureMovementAnimationComponent

상속: Pokemon3D.Entities.System.Components.AnimatorEntityComponent
파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
FigureMovementAnimationComponent ( System.Entity referringEntity, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
OnUpdate ( Vector2 offset ) : void

메소드 상세

FigureMovementAnimationComponent() 공개 메소드

public FigureMovementAnimationComponent ( System.Entity referringEntity, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
referringEntity System.Entity
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void