C# 클래스 Terraria.ModLoader.ModWaterStyle

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

공개 메소드들

메소드 설명
Autoload ( string &name, string &texture, string &blockTexture ) : bool
BiomeHairColor ( ) : Color
ChooseWaterStyle ( ) : bool
ChooseWaterfallStyle ( ) : int
GetDropletGore ( ) : int
GetSplashDust ( ) : int
LightColorMultiplier ( float &r, float &g, float &b ) : void

메소드 상세

Autoload() 공개 메소드

public Autoload ( string &name, string &texture, string &blockTexture ) : bool
name string
texture string
blockTexture string
리턴 bool

BiomeHairColor() 공개 메소드

public BiomeHairColor ( ) : Color
리턴 Color

ChooseWaterStyle() 공개 메소드

public ChooseWaterStyle ( ) : bool
리턴 bool

ChooseWaterfallStyle() 공개 추상적인 메소드

public abstract ChooseWaterfallStyle ( ) : int
리턴 int

GetDropletGore() 공개 추상적인 메소드

public abstract GetDropletGore ( ) : int
리턴 int

GetSplashDust() 공개 추상적인 메소드

public abstract GetSplashDust ( ) : int
리턴 int

LightColorMultiplier() 공개 메소드

public LightColorMultiplier ( float &r, float &g, float &b ) : void
r float
g float
b float
리턴 void