Свойство | Type | Description | |
---|---|---|---|
currentWingArea | float | ||
leftWingExposure | float | ||
rightWingExposure | float |
Méthode | Description | |
---|---|---|
FlightObject ( ) : System.Collections | ||
isValid ( bool log = false ) : bool | ||
setFromWingDimensions ( ) : void | ||
setWingDimensions ( ) : void | ||
setWingPosition ( float cleftWingExposure, float crightWingExposure ) : void | ||
wingsOpen ( ) : bool |
Check if the object's wings are completely extended
|
public FlightObject ( ) : System.Collections | ||
Résultat | System.Collections |
public setWingPosition ( float cleftWingExposure, float crightWingExposure ) : void | ||
cleftWingExposure | float | |
crightWingExposure | float | |
Résultat | void |