C# 클래스 MilkShakeFramework.Core.Game.Components.Misc.InfiniteSprite

상속: GameEntity
파일 보기 프로젝트 열기: lucas-jones/MilkShake-old

공개 메소드들

메소드 설명
Draw ( ) : void
InfiniteSprite ( string url ) : System
Load ( Content content ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

InfiniteSprite() 공개 메소드

public InfiniteSprite ( string url ) : System
url string
리턴 System

Load() 공개 메소드

public Load ( Content content ) : void
content Content
리턴 void