C# 클래스 Terraria.ModLoader.SurfaceBgStyleLoader

파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 메소드들

메소드 설명
ChooseStyle ( int &style ) : void
DrawCloseBackground ( int style ) : void
DrawFarTexture ( ) : void
DrawMiddleTexture ( ) : void
GetSurfaceBgStyle ( int style ) : ModSurfaceBgStyle
ModifyFarFades ( int style, float fades, float transitionSpeed ) : void

비공개 메소드들

메소드 설명
ReserveBackgroundSlot ( ) : int
ResizeAndFillArrays ( ) : void
Unload ( ) : void

메소드 상세

ChooseStyle() 공개 정적인 메소드

public static ChooseStyle ( int &style ) : void
style int
리턴 void

DrawCloseBackground() 공개 정적인 메소드

public static DrawCloseBackground ( int style ) : void
style int
리턴 void

DrawFarTexture() 공개 정적인 메소드

public static DrawFarTexture ( ) : void
리턴 void

DrawMiddleTexture() 공개 정적인 메소드

public static DrawMiddleTexture ( ) : void
리턴 void

GetSurfaceBgStyle() 공개 정적인 메소드

public static GetSurfaceBgStyle ( int style ) : ModSurfaceBgStyle
style int
리턴 ModSurfaceBgStyle

ModifyFarFades() 공개 정적인 메소드

public static ModifyFarFades ( int style, float fades, float transitionSpeed ) : void
style int
fades float
transitionSpeed float
리턴 void