C# Class RA.SkyfallerFlying

Inheritance: Thing
Show file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
LandSound SoundDef
impactResultThing Thing
impactSoundPlayed bool
rotAngle int
rotSpeed int
ticksToImpact int

Public Methods

Method Description
Draw ( ) : void
ExposeData ( ) : void
Tick ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

ExposeData() public method

public ExposeData ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

LandSound public static property

public static SoundDef LandSound
return SoundDef

impactResultThing public property

public Thing impactResultThing
return Thing

impactSoundPlayed public property

public bool impactSoundPlayed
return bool

rotAngle public property

public int rotAngle
return int

rotSpeed public property

public int rotSpeed
return int

ticksToImpact public property

public int ticksToImpact
return int