C# 클래스 RA.SkyfallerUtil

파일 보기 프로젝트 열기: RWA-Team/RimworldAscension

공개 메소드들

메소드 설명
DoImpactExplosion ( Thing instigator, float radius ) : void
DoRoofPunch ( IntVec3 position ) : void
Impact ( Thing skyfaller, Thing resultThing ) : void
MakeDebrisCrashingAt ( IntVec3 loc ) : void
MakeDropPodCrashingAt ( IntVec3 loc, RimWorld.DropPodInfo cargo ) : void
MakeMeteoriteCrashingAt ( IntVec3 loc ) : void
MakeShipWreckCrashingAt ( IntVec3 dropCenter, List thingsGroups, int openDelay = 120, bool canInstaDropDuringInit = true, bool leaveSlag = false, bool canRoofPunch = false ) : void
SkyfallerPositionChange ( IntVec3 position, int ticksBeforeImpact, bool landing = false ) : Vector3

메소드 상세

DoImpactExplosion() 공개 정적인 메소드

public static DoImpactExplosion ( Thing instigator, float radius ) : void
instigator Thing
radius float
리턴 void

DoRoofPunch() 공개 정적인 메소드

public static DoRoofPunch ( IntVec3 position ) : void
position IntVec3
리턴 void

Impact() 공개 정적인 메소드

public static Impact ( Thing skyfaller, Thing resultThing ) : void
skyfaller Thing
resultThing Thing
리턴 void

MakeDebrisCrashingAt() 공개 정적인 메소드

public static MakeDebrisCrashingAt ( IntVec3 loc ) : void
loc IntVec3
리턴 void

MakeDropPodCrashingAt() 공개 정적인 메소드

public static MakeDropPodCrashingAt ( IntVec3 loc, RimWorld.DropPodInfo cargo ) : void
loc IntVec3
cargo RimWorld.DropPodInfo
리턴 void

MakeMeteoriteCrashingAt() 공개 정적인 메소드

public static MakeMeteoriteCrashingAt ( IntVec3 loc ) : void
loc IntVec3
리턴 void

MakeShipWreckCrashingAt() 공개 정적인 메소드

public static MakeShipWreckCrashingAt ( IntVec3 dropCenter, List thingsGroups, int openDelay = 120, bool canInstaDropDuringInit = true, bool leaveSlag = false, bool canRoofPunch = false ) : void
dropCenter IntVec3
thingsGroups List
openDelay int
canInstaDropDuringInit bool
leaveSlag bool
canRoofPunch bool
리턴 void

SkyfallerPositionChange() 공개 정적인 메소드

public static SkyfallerPositionChange ( IntVec3 position, int ticksBeforeImpact, bool landing = false ) : Vector3
position IntVec3
ticksBeforeImpact int
landing bool
리턴 UnityEngine.Vector3