C# 클래스 ToolsForHaul.Vehicle_Cart

상속: ThingWithComps, IThingContainerOwner
파일 보기 프로젝트 열기: BBream/ToolsForHaul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allowances ThingFilter
mountableComp CompMountable
storage ThingContainer

공개 메소드들

메소드 설명
Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
DrawAt ( Vector3 drawLoc ) : void
ExposeData ( ) : void
GetContainer ( ) : ThingContainer
GetFloatMenuOptions ( Pawn myPawn ) : IEnumerable
GetGizmos ( ) : IEnumerable
GetInspectString ( ) : string
GetPosition ( ) : IntVec3
SpawnSetup ( ) : void
Tick ( ) : void

Vehicle_Cart ( ) : System

비공개 메소드들

메소드 설명
UpdateGraphics ( ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
mode DestroyMode
리턴 void

DrawAt() 공개 메소드

public DrawAt ( Vector3 drawLoc ) : void
drawLoc Vector3
리턴 void

ExposeData() 공개 메소드

public ExposeData ( ) : void
리턴 void

GetContainer() 공개 메소드

public GetContainer ( ) : ThingContainer
리턴 ThingContainer

GetFloatMenuOptions() 공개 메소드

public GetFloatMenuOptions ( Pawn myPawn ) : IEnumerable
myPawn Pawn
리턴 IEnumerable

GetGizmos() 공개 메소드

public GetGizmos ( ) : IEnumerable
리턴 IEnumerable

GetInspectString() 공개 메소드

public GetInspectString ( ) : string
리턴 string

GetPosition() 공개 메소드

public GetPosition ( ) : IntVec3
리턴 IntVec3

SpawnSetup() 공개 메소드

public SpawnSetup ( ) : void
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

Vehicle_Cart() 공개 메소드

public Vehicle_Cart ( ) : System
리턴 System

프로퍼티 상세

allowances 공개적으로 프로퍼티

public ThingFilter allowances
리턴 ThingFilter

mountableComp 공개적으로 프로퍼티

public CompMountable,ToolsForHaul mountableComp
리턴 CompMountable

storage 공개적으로 프로퍼티

public ThingContainer storage
리턴 ThingContainer