Function
Fast
Cable:SetAngularMotorSLERPVelocitySettings
Sets whether the SLERP angular velocity drive is enabled and the target angular velocity
Syntax
my_cable:SetAngularMotorSLERPVelocitySettings(enable_drive_slerp = false, strength = 0, target = Vector(0, 0, 0))
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
enable_drive_slerp
optional
|
boolean | false |
Enable the SLERP angular velocity drive |
strength
optional
|
float | 0 |
Velocity strength of the drive (damping) |
target
optional
|
Vector | Vector(0, 0, 0) |
Target angular velocity |