C# Class OutpostGenerator.OG_ZoneOther

OG_ZoneOther class.
ファイルを表示 Open project: Rikiki123456789/Rimworld Class Usage Examples

Public Methods

Method Description
GenerateBigSasZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, bool generateSecondarySas, OG_OutpostData &outpostData ) : void
GenerateEntranchedZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
GenerateMainEntranceZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
GeneratePlazaZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
GenerateSamSiteZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, OG_OutpostData &outpostData ) : void
GenerateSecondaryEntranceZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
GenerateStraightAlleyZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void

Method Details

GenerateBigSasZone() public static method

public static GenerateBigSasZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, bool generateSecondarySas, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
generateSecondarySas bool
outpostData OG_OutpostData
return void

GenerateEntranchedZone() public static method

public static GenerateEntranchedZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
outpostData OG_OutpostData
return void

GenerateMainEntranceZone() public static method

public static GenerateMainEntranceZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
outpostData OG_OutpostData
return void

GeneratePlazaZone() public static method

public static GeneratePlazaZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
outpostData OG_OutpostData
return void

GenerateSamSiteZone() public static method

public static GenerateSamSiteZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
outpostData OG_OutpostData
return void

GenerateSecondaryEntranceZone() public static method

public static GenerateSecondaryEntranceZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
outpostData OG_OutpostData
return void

GenerateStraightAlleyZone() public static method

public static GenerateStraightAlleyZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
outpostData OG_OutpostData
return void