C# 클래스 CaveBiome.GenStep_CaveRoof

상속: GenStep
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld

공개 프로퍼티들

프로퍼티 타입 설명
caveWellsNumber int
caveWellsPosition List

공개 메소드들

메소드 설명
Generate ( ) : void

비공개 메소드들

메소드 설명
GetCaveWellsPosition ( ) : List
SetCellsInRadiusNoRoofNoRock ( IntVec3 position, float radius ) : void
SetCellsInRadiusTerrain ( IntVec3 position, float radius, TerrainDef terrain ) : void
SpawnAnimalCorpsesMaker ( IntVec3 position ) : void
SpawnAqueousCaveWellAt ( IntVec3 position ) : void
SpawnCaveWellOpening ( IntVec3 position ) : void
SpawnDryCaveWellAt ( IntVec3 position ) : void
SpawnDryCaveWellWithAnimalCorpsesAt ( IntVec3 position ) : void
SpawnDryCaveWellWithRitualStoneAt ( IntVec3 position ) : void
SpawnRitualStone ( IntVec3 position ) : void

메소드 상세

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

caveWellsNumber 공개적으로 정적으로 프로퍼티

public static int caveWellsNumber
리턴 int

caveWellsPosition 공개적으로 정적으로 프로퍼티

public static List caveWellsPosition
리턴 List