Solid.Solid
void Solid(Vec3 position, Quat rotation, SolidType type)
Creates a Solid physics object and adds it to the physics system.
Vec3 position | Initial location of the Solid. |
Quat rotation | Initial rotation of the Solid. |
SolidType type | What sort of physics properties does this object exhibit? |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!