C# Класс OutpostGenerator.OG_LaserFence

OG_LaserFence class.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GenerateLaserFence ( ZoneProperties zoneMap, OG_OutpostData &outpostData ) : void

Приватные методы

Метод Описание
GenerateLaseFenceForBigOutpost ( ZoneProperties zoneMap, int horizontalZonesNumber, int verticalZonesNumber, OG_OutpostData &outpostData ) : void
GenerateLaseFenceForSmallOutpost ( ZoneProperties zoneMap, int horizontalZonesNumber, int verticalZonesNumber, OG_OutpostData &outpostData ) : void
SpawnLaserFenceThreePylons ( IntVec3 laserFenceLeftOrigin, Rot4 rotation, int distanceBetweenPylons, OG_OutpostData &outpostData ) : void
SpawnLaserFenceTwoPylons ( IntVec3 laserFenceLeftOrigin, Rot4 rotation, int distanceBetweenPylons, OG_OutpostData &outpostData ) : void
SpawnLaserFenceWithEntrance ( IntVec3 laserFenceLeftOrigin, Rot4 rotation, int entranceWidth, OG_OutpostData &outpostData ) : void
SpawnLaserFenceWithoutEntrance ( IntVec3 laserFenceLeftOrigin, Rot4 rotation, OG_OutpostData &outpostData ) : void

Описание методов

GenerateLaserFence() публичный статический Метод

public static GenerateLaserFence ( ZoneProperties zoneMap, OG_OutpostData &outpostData ) : void
zoneMap ZoneProperties
outpostData OG_OutpostData
Результат void