

Public Attributes | |
| float | strength = 1f |
| float | objectDepth = 1f |
| float | velocityDrag = 0.99f |
| float | angularDrag = 0.5f |
| Transform[] | effectors |
Definition at line 4 of file BuoyantObject.cs.
| float BuoyantObject.angularDrag = 0.5f |
Definition at line 25 of file BuoyantObject.cs.
| Transform [] BuoyantObject.effectors |
Definition at line 28 of file BuoyantObject.cs.
| float BuoyantObject.objectDepth = 1f |
Definition at line 22 of file BuoyantObject.cs.
| float BuoyantObject.strength = 1f |
Definition at line 21 of file BuoyantObject.cs.
| float BuoyantObject.velocityDrag = 0.99f |
Definition at line 24 of file BuoyantObject.cs.