{{newin|[[0.9.0]]|090|type=method}}
Sets the target angluar offset between the two Bodies the Joint is attached to.
== Function ==
=== Synopsis ===
<source lang="lua">
MotorJoint:setAngularOffset( angleoffset )
</source>
=== Arguments ===
{{param|number|angleoffset|The target angular offset in radians: the second body's angle minus the first body's angle.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::MotorJoint]]
* [[MotorJoint:getAngularOffset]]
[[Category:Functions]]
{{#set:Description=Sets the target angular offset between the two Bodies the Joint is attached to.}}
== Other Languages ==
{{i18n|MotorJoint:setAngularOffset}}