C# 클래스 ExampleMod.Backgrounds.ExampleSurfaceBgStyle

상속: Terraria.ModLoader.ModSurfaceBgStyle
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 메소드들

메소드 설명
ChooseBgStyle ( ) : bool
ChooseCloseTexture ( float &scale, double &parallax, float &a, float &b ) : int
ChooseFarTexture ( ) : int
ChooseMiddleTexture ( ) : int
ModifyFarFades ( float fades, float transitionSpeed ) : void

메소드 상세

ChooseBgStyle() 공개 메소드

public ChooseBgStyle ( ) : bool
리턴 bool

ChooseCloseTexture() 공개 메소드

public ChooseCloseTexture ( float &scale, double &parallax, float &a, float &b ) : int
scale float
parallax double
a float
b float
리턴 int

ChooseFarTexture() 공개 메소드

public ChooseFarTexture ( ) : int
리턴 int

ChooseMiddleTexture() 공개 메소드

public ChooseMiddleTexture ( ) : int
리턴 int

ModifyFarFades() 공개 메소드

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