Метод |
Описание |
|
Room ( ) : System |
|
|
addObject ( object o ) : void |
|
|
clearLists ( ) : void |
|
|
dequeueObject ( object o ) : void |
Removes the object of from any lists it is in |
|
draw ( SpriteBatch sb ) : void |
|
|
enqueueObject ( object o ) : void |
Adds the object o to any appropriate lists if it is an instance of Sprite, Character, or IInteractable. Use this method to modify the lists. |
|
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content, String filename ) : void |
|
|
onEnter ( ) : void |
|
|
onExit ( ) : void |
|
|
removeObject ( object o ) : void |
|
|
update ( float elapsed ) : void |
|
|
updateState ( ) : void |
|
|