Funzione
Veloce
Cable:SetAngularMotorSLERPVelocitySettings
Sets whether the SLERP angular velocity drive is enabled and the target angular velocity
Non ancora tradotto
Sintassi
my_cable:SetAngularMotorSLERPVelocitySettings(enable_drive_slerp = false, strength = 0, target = Vector(0, 0, 0))
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
enable_drive_slerp
facoltativo
|
boolean | false |
Enable the SLERP angular velocity drive |
strength
facoltativo
|
float | 0 |
Velocity strength of the drive (damping) |
target
facoltativo
|
Vector | Vector(0, 0, 0) |
Target angular velocity |