C# Class PersistentTrails.OffRailsObject

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: GrJo/KSPPersistentTrails Class Usage Examples

Méthodes publiques

Свойство Type Description
buoyancyForce float
buoyancyRange float
destroyIfTimewarp bool
destructionAllowed bool
dragInAir float
dragInWater float
maxDistanceFromPlayer float
maxVerticalSpeed float
timeOut float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
performDestruction ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

buoyancyForce public_oe property

public float buoyancyForce
Résultat float

buoyancyRange public_oe property

public float buoyancyRange
Résultat float

destroyIfTimewarp public_oe property

public bool destroyIfTimewarp
Résultat bool

destructionAllowed public_oe property

public bool destructionAllowed
Résultat bool

dragInAir public_oe property

public float dragInAir
Résultat float

dragInWater public_oe property

public float dragInWater
Résultat float

maxDistanceFromPlayer public_oe property

public float maxDistanceFromPlayer
Résultat float

maxVerticalSpeed public_oe property

Max speed to float up through the water
public float maxVerticalSpeed
Résultat float

timeOut public_oe property

public float timeOut
Résultat float