Spelunx Cavern SDK
 
Loading...
Searching...
No Matches
BuoyantObject Class Reference
Inheritance diagram for BuoyantObject:
Inheritance graph
Collaboration diagram for BuoyantObject:
Collaboration graph

Public Attributes

float strength = 1f
 
float objectDepth = 1f
 
float velocityDrag = 0.99f
 
float angularDrag = 0.5f
 
Transform[] effectors
 

Detailed Description

Definition at line 4 of file BuoyantObject.cs.

Member Data Documentation

◆ angularDrag

float BuoyantObject.angularDrag = 0.5f

Definition at line 25 of file BuoyantObject.cs.

◆ effectors

Transform [] BuoyantObject.effectors

Definition at line 28 of file BuoyantObject.cs.

◆ objectDepth

float BuoyantObject.objectDepth = 1f

Definition at line 22 of file BuoyantObject.cs.

◆ strength

float BuoyantObject.strength = 1f

Definition at line 21 of file BuoyantObject.cs.

◆ velocityDrag

float BuoyantObject.velocityDrag = 0.99f

Definition at line 24 of file BuoyantObject.cs.


The documentation for this class was generated from the following files: