C# Class OutpostGenerator.ZoneProperties

ZoneProperties class.
ファイルを表示 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_oe property

public Rot4 linkedZoneRelativeRotation
return Rot4

rotation public_oe property

public Rot4 rotation
return Rot4

zoneType public_oe property

public ZoneType zoneType
return ZoneType