C# Class Vehicle.CargoWheel

Inheritance: AttachableThing
Show file Open project: BBream/ToolsForHaul Class Usage Examples

Public Methods

Method Description
AttachTo ( Thing parent ) : void
DrawAt ( Vector3 drawLoc ) : void
SpawnSetup ( ) : void
Tick ( ) : void

Protected Methods

Method Description
CargoWheel ( ) : System

Method Details

AttachTo() public method

public AttachTo ( Thing parent ) : void
parent Thing
return void

CargoWheel() protected method

protected CargoWheel ( ) : System
return System

DrawAt() public method

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

SpawnSetup() public method

public SpawnSetup ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void