C# 클래스 Terraria.ModLoader.ModWaterfallStyle

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

공개 메소드들

메소드 설명
AddLight ( int i, int j ) : void
Autoload ( string &name, string &texture ) : bool
ColorMultiplier ( float &r, float &g, float &b, float a ) : void

메소드 상세

AddLight() 공개 메소드

public AddLight ( int i, int j ) : void
i int
j int
리턴 void

Autoload() 공개 메소드

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

ColorMultiplier() 공개 메소드

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