C# 클래스 Nez.Sprites.ScrollingSprite

상속: Sprite, IUpdatable
파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
scrollSpeedX float
scrollSpeedY float

공개 메소드들

메소드 설명
IUpdatable ( ) : void
ScrollingSprite ( Subtexture subtexture ) : Nez.Textures
ScrollingSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Nez.Textures

메소드 상세

IUpdatable() 공개 메소드

public IUpdatable ( ) : void
리턴 void

ScrollingSprite() 공개 메소드

public ScrollingSprite ( Subtexture subtexture ) : Nez.Textures
subtexture Nez.Textures.Subtexture
리턴 Nez.Textures

ScrollingSprite() 공개 메소드

public ScrollingSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Nez.Textures
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 Nez.Textures

프로퍼티 상세

scrollSpeedX 공개적으로 프로퍼티

x speed of automatic scrolling
public float scrollSpeedX
리턴 float

scrollSpeedY 공개적으로 프로퍼티

y speed of automatic scrolling
public float scrollSpeedY
리턴 float