-
Notifications
You must be signed in to change notification settings - Fork 17
RigidbodySettings
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi
Represents the rigidbody settings.
public class RigidbodySettings
Inheritance Object → RigidbodySettings
the rigidbody FREEZE constraints.
public RigidbodyConstraints constraints;
the mass.
public float mass;
the drag of the rigidbody.
public float drag;
the angular drag of the rigidbody.
public float angularDrag;
is the rigidbody kinematic.
public bool isKinematic;
public RigidbodySettings()