C# 클래스 RaceGame.Clouds

상속: IClouds
파일 보기 프로젝트 열기: cjohnsson/Racing-Game 1 사용 예제들

공개 메소드들

메소드 설명
Clouds ( ) : System
Clouds ( Microsoft.Xna.Framework.Graphics.Texture2D image ) : System
Draw ( SpriteBatch spriteBatch ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
SetSpeed ( ) : void
UpdatePositionFourthPicture ( ) : void
UpdatePositionSecondPicture ( ) : void
UpdatePositionThirdPicture ( ) : void
UpdatePostitionFirstPicture ( ) : void

메소드 상세

Clouds() 공개 메소드

public Clouds ( ) : System
리턴 System

Clouds() 공개 메소드

public Clouds ( Microsoft.Xna.Framework.Graphics.Texture2D image ) : System
image Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

Draw() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void