C# Class MechanoidTerraformer.MechanoidTerraformerIncoming

MechanoidTerraformerIncoming class.
Inheritance: Thing
Exibir arquivo 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_oe static_oe property

public static SoundDef landingSound
return SoundDef

preLandingSound public_oe static_oe property

public static SoundDef preLandingSound
return SoundDef

shadowTexture public_oe static_oe property

public static Material,UnityEngine shadowTexture
return UnityEngine.Material

ticksToImpact public_oe property

public int ticksToImpact
return int