C# 클래스 Terraria.GameContent.Generation.PassLegacy

상속: Terraria.World.Generation.GenPass
파일 보기 프로젝트 열기: EmuDevs/EDTerraria 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( GenerationProgress progress ) : void
PassLegacy ( string name, WorldGenLegacyMethod method ) : System
PassLegacy ( string name, WorldGenLegacyMethod method, float weight ) : System

비공개 메소드들

메소드 설명
GenerateWeightMap ( ) : float>.Dictionary
GetWeight ( string name ) : float

메소드 상세

Apply() 공개 메소드

public Apply ( GenerationProgress progress ) : void
progress Terraria.World.Generation.GenerationProgress
리턴 void

PassLegacy() 공개 메소드

public PassLegacy ( string name, WorldGenLegacyMethod method ) : System
name string
method WorldGenLegacyMethod
리턴 System

PassLegacy() 공개 메소드

public PassLegacy ( string name, WorldGenLegacyMethod method, float weight ) : System
name string
method WorldGenLegacyMethod
weight float
리턴 System