C# Class Vehicle.CargoWheel

Inheritance: AttachableThing
Afficher le fichier Open project: BBream/ToolsForHaul Class Usage Examples

Méthodes publiques

Méthode Description
AttachTo ( Thing parent ) : void
DrawAt ( Vector3 drawLoc ) : void
SpawnSetup ( ) : void
Tick ( ) : void

Méthodes protégées

Méthode Description
CargoWheel ( ) : System

Method Details

AttachTo() public méthode

public AttachTo ( Thing parent ) : void
parent Thing
Résultat void

CargoWheel() protected méthode

protected CargoWheel ( ) : System
Résultat System

DrawAt() public méthode

public DrawAt ( Vector3 drawLoc ) : void
drawLoc Vector3
Résultat void

SpawnSetup() public méthode

public SpawnSetup ( ) : void
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void