C# Class OutpostGenerator.ZoneProperties

ZoneProperties class.
Show file Open project: Rikiki123456789/Rimworld Class Usage Examples

Public Properties

Property Type Description
linkedZoneRelativeRotation Rot4
rotation Rot4
zoneType ZoneType

Public Methods

Method Description
ZoneProperties ( ZoneType zoneType, Rot4 rotation, Rot4 linkedZoneRelativeRotation ) : System

Method Details

ZoneProperties() public method

public ZoneProperties ( ZoneType zoneType, Rot4 rotation, Rot4 linkedZoneRelativeRotation ) : System
zoneType ZoneType
rotation Rot4
linkedZoneRelativeRotation Rot4
return System

Property Details

linkedZoneRelativeRotation public property

public Rot4 linkedZoneRelativeRotation
return Rot4

rotation public property

public Rot4 rotation
return Rot4

zoneType public property

public ZoneType zoneType
return ZoneType