C# Class PersistentTrails.OffRailsObject

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: GrJo/KSPPersistentTrails Class Usage Examples

Public Properties

Property Type Description
buoyancyForce float
buoyancyRange float
destroyIfTimewarp bool
destructionAllowed bool
dragInAir float
dragInWater float
maxDistanceFromPlayer float
maxVerticalSpeed float
timeOut float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
performDestruction ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

buoyancyForce public_oe property

public float buoyancyForce
return float

buoyancyRange public_oe property

public float buoyancyRange
return float

destroyIfTimewarp public_oe property

public bool destroyIfTimewarp
return bool

destructionAllowed public_oe property

public bool destructionAllowed
return bool

dragInAir public_oe property

public float dragInAir
return float

dragInWater public_oe property

public float dragInWater
return float

maxDistanceFromPlayer public_oe property

public float maxDistanceFromPlayer
return float

maxVerticalSpeed public_oe property

Max speed to float up through the water
public float maxVerticalSpeed
return float

timeOut public_oe property

public float timeOut
return float