C# Class MechanoidTerraformer.MechanoidTerraformerIncoming

MechanoidTerraformerIncoming class.
Inheritance: Thing
Show file Open project: Rikiki123456789/Rimworld

Public Properties

Property Type Description
landingSound SoundDef
preLandingSound SoundDef
shadowTexture UnityEngine.Material
ticksToImpact int

Public Methods

Method Description
DrawAt ( Vector3 drawLoc ) : void
ExposeData ( ) : void
SpawnSetup ( ) : void
Tick ( ) : void

Method Details

DrawAt() public method

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

ExposeData() public method

public ExposeData ( ) : void
return void

SpawnSetup() public method

public SpawnSetup ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

landingSound public static property

public static SoundDef landingSound
return SoundDef

preLandingSound public static property

public static SoundDef preLandingSound
return SoundDef

shadowTexture public static property

public static Material,UnityEngine shadowTexture
return UnityEngine.Material

ticksToImpact public property

public int ticksToImpact
return int