Motor

Mostrar obsoleto

An object used to make movable JointInstance between two Parts.

Resumen

Propiedades

Propiedades heredados de JointInstance

Propiedades

CurrentAngle

no replicado
leer paralelo

Displays the current rotation of the motor in radians.

DesiredAngle

leer paralelo

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

leer paralelo

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

Devuelve

void

Eventos