C# Class OutpostGenerator.ZoneProperties

ZoneProperties class.
Afficher le fichier Open project: Rikiki123456789/Rimworld Class Usage Examples

Méthodes publiques

Свойство Type Description
linkedZoneRelativeRotation Rot4
rotation Rot4
zoneType ZoneType

Méthodes publiques

Méthode Description
ZoneProperties ( ZoneType zoneType, Rot4 rotation, Rot4 linkedZoneRelativeRotation ) : System

Method Details

ZoneProperties() public méthode

public ZoneProperties ( ZoneType zoneType, Rot4 rotation, Rot4 linkedZoneRelativeRotation ) : System
zoneType ZoneType
rotation Rot4
linkedZoneRelativeRotation Rot4
Résultat System

Property Details

linkedZoneRelativeRotation public_oe property

public Rot4 linkedZoneRelativeRotation
Résultat Rot4

rotation public_oe property

public Rot4 rotation
Résultat Rot4

zoneType public_oe property

public ZoneType zoneType
Résultat ZoneType