API reference
API reference
Select your platform
No SDKs available
No versions available

ThrowPhysicsProfile Class

Extends ScriptableObject
A ScriptableObject that defines the physics behavior for thrown objects when used with ThrowTuner.
This profile contains settings for velocity modification, rotation behavior, drag, and continuous flight forces.

Fields

Gets the velocity scale multiplier applied in local space.
Gets the velocity addition applied in local space.
Gets the maximum speed limit for thrown objects.
Gets the spin scale multiplier applied in local space.
Gets the spin addition applied in local space.
Gets the maximum angular speed limit for thrown objects.
Gets whether to instantly align forward direction with velocity at throw time.
Gets whether to continuously align forward direction with velocity during flight.
Gets the speed of continuous velocity alignment.
Gets whether built-in continuous forces are enabled.
Gets the gravity scale multiplier.
Gets the constant force applied in local space.
Gets the constant torque applied in local space.
Gets the velocity damping factors per second in local space.
Gets the linear drag coefficient.
Gets the angular drag coefficient.
Did you find this page helpful?