C# 클래스 SmashBros.Views.CharacterView

상속: Microsoft.Xna.Framework.Graphics.Sprite
파일 보기 프로젝트 열기: Grutn/TDT4240-X2 1 사용 예제들

공개 메소드들

메소드 설명
CharacterView ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName, int frameWidth, int frameHeight, float xPos, float yPos, CharacterStats stats ) : System
StateChanged ( CharacterState oldState, CharacterState newState, MoveStats move ) : void

메소드 상세

CharacterView() 공개 메소드

public CharacterView ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName, int frameWidth, int frameHeight, float xPos, float yPos, CharacterStats stats ) : System
content Microsoft.Xna.Framework.Content.ContentManager
assetName string
frameWidth int
frameHeight int
xPos float
yPos float
stats SmashBros.Models.CharacterStats
리턴 System

StateChanged() 공개 메소드

public StateChanged ( CharacterState oldState, CharacterState newState, MoveStats move ) : void
oldState CharacterState
newState CharacterState
move MoveStats
리턴 void