C# Class RA.SkyfallerFlying

Inheritance: Thing
Mostra 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_oe static_oe property

public static SoundDef LandSound
return SoundDef

impactResultThing public_oe property

public Thing impactResultThing
return Thing

impactSoundPlayed public_oe property

public bool impactSoundPlayed
return bool

rotAngle public_oe property

public int rotAngle
return int

rotSpeed public_oe property

public int rotSpeed
return int

ticksToImpact public_oe property

public int ticksToImpact
return int