Motor

Visualizza obsoleti

An object used to make movable JointInstance between two Parts.

Sommario

Proprietà

Proprietà inherited from JointInstance

Proprietà

CurrentAngle

non replicato
lettura parallela

Displays the current rotation of the motor in radians.

DesiredAngle

lettura parallela

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

lettura parallela

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

Metodi

SetDesiredAngle

void

Sets Motor.DesiredAngle of the motor.

Parametri

value: number

Restituzioni

void

Eventi