C# Class DeadlyReentry.ModuleAnimation2Value

Inheritance: PartModule
Show file Open project: NathanKell/DeadlyReentry

Protected Properties

Property Type Description
FSwheel PartModule
anims UnityEngine.Animation[]
currentTime float
field System.Reflection.FieldInfo
fswHack bool
fswType System.Type
module PartModule
moduleType System.Type
property System.Reflection.PropertyInfo

Public Methods

Method Description
OnStart ( PartModule state ) : void
Update ( ) : void

Method Details

OnStart() public method

public OnStart ( PartModule state ) : void
state PartModule
return void

Update() public method

public Update ( ) : void
return void

Property Details

FSwheel protected property

protected PartModule FSwheel
return PartModule

anims protected property

protected Animation[],UnityEngine anims
return UnityEngine.Animation[]

currentTime protected property

protected float currentTime
return float

field protected property

protected FieldInfo,System.Reflection field
return System.Reflection.FieldInfo

fswHack protected property

protected bool fswHack
return bool

fswType protected property

protected Type,System fswType
return System.Type

module protected property

protected PartModule module
return PartModule

moduleType protected property

protected Type,System moduleType
return System.Type

property protected property

protected PropertyInfo,System.Reflection property
return System.Reflection.PropertyInfo