{{newin|[[11.0]]|110|type=function}}
Resets the Transform to an identity state. All previously applied transformations are erased.

== Function ==
=== Synopsis ===
<source lang="lua">
transform = Transform:reset( )
</source>
=== Arguments ===
None.

=== Returns ===
{{param|Transform|transform|The Transform object the method was called on. Allows easily chaining Transform methods.}}

== See Also ==
* [[parent::Transform]]
[[Category:Functions]]
{{#set:Description=Resets the Transform to an identity state.}}
== Other Languages ==
{{i18n|Transform:reset}}