C# 클래스 Terraria.ModLoader.GlobalBgStyle

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

공개 메소드들

메소드 설명
Autoload ( string &name ) : bool
ChooseSurfaceBgStyle ( int &style ) : void
ChooseUgBgStyle ( int &style ) : void
FillUgTextureArray ( int style, int textureSlots ) : void
ModifyFarSurfaceFades ( int style, float fades, float transitionSpeed ) : void

메소드 상세

Autoload() 공개 메소드

public Autoload ( string &name ) : bool
name string
리턴 bool

ChooseSurfaceBgStyle() 공개 메소드

public ChooseSurfaceBgStyle ( int &style ) : void
style int
리턴 void

ChooseUgBgStyle() 공개 메소드

public ChooseUgBgStyle ( int &style ) : void
style int
리턴 void

FillUgTextureArray() 공개 메소드

public FillUgTextureArray ( int style, int textureSlots ) : void
style int
textureSlots int
리턴 void

ModifyFarSurfaceFades() 공개 메소드

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