C# 클래스 ForceField.PlaceWorker_ForceFieldGenerator

ForceFieldGenerator custom place worker class.
상속: PlaceWorker
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld

공개 메소드들

메소드 설명
AllowsPlacing ( BuildableDef checkingDef, IntVec3 loc, Rot4 rot ) : AcceptanceReport

Checks if a new force field generator can be built at this location. - must not be too near from another force field generator (or it would perturb other fields).

메소드 상세

AllowsPlacing() 공개 메소드

Checks if a new force field generator can be built at this location. - must not be too near from another force field generator (or it would perturb other fields).
public AllowsPlacing ( BuildableDef checkingDef, IntVec3 loc, Rot4 rot ) : AcceptanceReport
checkingDef BuildableDef
loc IntVec3
rot Rot4
리턴 AcceptanceReport