C# 클래스 OutpostGenerator.ZoneProperties

ZoneProperties class.
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
linkedZoneRelativeRotation Rot4
rotation Rot4
zoneType ZoneType

공개 메소드들

메소드 설명
ZoneProperties ( ZoneType zoneType, Rot4 rotation, Rot4 linkedZoneRelativeRotation ) : System

메소드 상세

ZoneProperties() 공개 메소드

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

프로퍼티 상세

linkedZoneRelativeRotation 공개적으로 프로퍼티

public Rot4 linkedZoneRelativeRotation
리턴 Rot4

rotation 공개적으로 프로퍼티

public Rot4 rotation
리턴 Rot4

zoneType 공개적으로 프로퍼티

public ZoneType zoneType
리턴 ZoneType