C# 클래스 Platformer.Tiles.Activator

파일 보기 프로젝트 열기: zmthy/play-dead

보호된 프로퍼티들

프로퍼티 타입 설명
activated Microsoft.Xna.Framework.Graphics.Texture2D
deactivated Microsoft.Xna.Framework.Graphics.Texture2D
on System.Boolean
origin Vector2
position Vector2

공개 메소드들

메소드 설명
Activator ( Vector2 location ) : System
ChangeState ( Player c, KeyboardState keyState, InputManager inputManager ) : void
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
add ( IActivatable responder ) : void
remove ( IActivatable responder ) : void

메소드 상세

Activator() 공개 메소드

public Activator ( Vector2 location ) : System
location Vector2
리턴 System

ChangeState() 공개 추상적인 메소드

public abstract ChangeState ( Player c, KeyboardState keyState, InputManager inputManager ) : void
c Platformer.Player
keyState Microsoft.Xna.Framework.Input.KeyboardState
inputManager Platformer.InputManager
리턴 void

Draw() 공개 메소드

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

add() 공개 메소드

public add ( IActivatable responder ) : void
responder IActivatable
리턴 void

remove() 공개 메소드

public remove ( IActivatable responder ) : void
responder IActivatable
리턴 void

프로퍼티 상세

activated 보호되어 있는 프로퍼티

protected Texture2D,Microsoft.Xna.Framework.Graphics activated
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

deactivated 보호되어 있는 프로퍼티

protected Texture2D,Microsoft.Xna.Framework.Graphics deactivated
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

on 보호되어 있는 프로퍼티

protected Boolean,System on
리턴 System.Boolean

origin 보호되어 있는 프로퍼티

protected Vector2 origin
리턴 Vector2

position 보호되어 있는 프로퍼티

protected Vector2 position
리턴 Vector2