Motor

Mostrar obsoleto

An object used to make movable JointInstance between two Parts.

Resumo

Propriedades

Propriedades herdados de JointInstance

Propriedades

CurrentAngle

não replicado
ler parallel

Displays the current rotation of the motor in radians.

DesiredAngle

ler parallel

The desired angle to turn the motor to in radians. The motor will attempt to reach this angle (provided Motor.MaxVelocity is greater than 0.

MaxVelocity

ler parallel

The maximum velocity the motor can use to reach Motor.DesiredAngle measured in radians per physics frame (1/60th of a second).

Métodos

SetDesiredAngle

void

Sets Motor.DesiredAngle of the motor.

Parâmetros

value: number

Devolução

void

Eventos