C# 클래스 OutpostGenerator.OG_ZoneBigRoom

OG_ZoneBigRoom class.
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld 1 사용 예제들

공개 메소드들

메소드 설명
GenerateBigRoomLivingRoom ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
GenerateBigRoomPrison ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
GenerateBigRoomWarehouse ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void

메소드 상세

GenerateBigRoomLivingRoom() 공개 정적인 메소드

public static GenerateBigRoomLivingRoom ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
outpostData OG_OutpostData
리턴 void

GenerateBigRoomPrison() 공개 정적인 메소드

public static GenerateBigRoomPrison ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
outpostData OG_OutpostData
리턴 void

GenerateBigRoomWarehouse() 공개 정적인 메소드

public static GenerateBigRoomWarehouse ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
outpostData OG_OutpostData
리턴 void