Motor

Afficher les obsolètes

An object used to make movable JointInstance between two Parts.

Résumé

Propriétés

Propriétés hérités de JointInstance

Propriétés

CurrentAngle

non répliqué
lecture parallèle

Displays the current rotation of the motor in radians.

DesiredAngle

lecture parallèle

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

lecture parallèle

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

Méthodes

SetDesiredAngle

void

Sets Motor.DesiredAngle of the motor.

Paramètres

value: number

Retours

void

Évènements