C# Class Vehicle.Pawn_Cargo

Inheritance: Pawn
Mostrar archivo Open project: BBream/ToolsForHaul

Public Properties

Property Type Description
mountContainer ThingContainer

Protected Properties

Property Type Description
mannableComp CompMannable

Public Methods

Method Description
Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
DrawAt ( Vector3 drawLoc ) : void

ExposeData ( ) : void
GetFloatMenuOptionsFor ( Pawn myPawn ) : IEnumerable
GetGizmos ( ) : IEnumerable
SpawnSetup ( ) : void
Tick ( ) : void

Private Methods

Method Description
UpdateGraphics ( ) : void

Import the graphics

Method Details

Destroy() public method

public Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
mode DestroyMode
return void

DrawAt() public method

public DrawAt ( Vector3 drawLoc ) : void
drawLoc Vector3
return void

ExposeData() public method

public ExposeData ( ) : void
return void

GetFloatMenuOptionsFor() public method

public GetFloatMenuOptionsFor ( Pawn myPawn ) : IEnumerable
myPawn Pawn
return IEnumerable

GetGizmos() public method

public GetGizmos ( ) : IEnumerable
return IEnumerable

SpawnSetup() public method

public SpawnSetup ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

mannableComp protected_oe property

protected CompMannable mannableComp
return CompMannable

mountContainer public_oe property

public ThingContainer mountContainer
return ThingContainer