Property | Type | Description | |
---|---|---|---|
currentWingArea | float | ||
leftWingExposure | float | ||
rightWingExposure | float |
Method | 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 setWingPosition ( float cleftWingExposure, float crightWingExposure ) : void | ||
cleftWingExposure | float | |
crightWingExposure | float | |
return | void |