|
| _PARAM (_mass) |
|
| _PARAM (_airDamping) |
|
| _PARAM (_windForce) |
|
| _PARAM (_windDirection) |
|
| _PARAM (_hitBackForceDamper) |
|
| _PARAM (_updateDelta) |
|
| _ARRAY (_moveStrength) |
|
| _PARAM (_moveStrengthCoefficient) |
|
| _PARAM (_warpLengthSquare) |
|
| _PARAM (_warpPosition) |
|
| _PARAM (_isExtraLoop) |
|
| _PARAM (_extraLoopTime) |
|
| _PARAM (_gravityDirection) |
|
| _PARAM (_gravityForce) |
|
| _PARAM (_adjustGravityDirection) |
|
| _PARAM (_adjustGravityBlendRate) |
|
| _PARAM (_isRandom) |
|
| _PARAM (_isLocalWind) |
|
| _PARAM (_position) |
|
| _PARAM (_positionOld) |
|
| _PARAM (_velocity) |
|
| _PARAM (_force) |
|
| _PARAM (_normal) |
|
| _PARAM (_gravity) |
|