mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Document constants in Transform/Transform2D
This commit is contained in:
@@ -172,10 +172,13 @@
|
||||
</members>
|
||||
<constants>
|
||||
<constant name="IDENTITY" value="Transform2D( 1, 0, 0, 1, 0, 0 )">
|
||||
[Transform2D] with no translation, rotation or scaling applied. When applied to other data structures, [constant IDENTITY] performs no transformation.
|
||||
</constant>
|
||||
<constant name="FLIP_X" value="Transform2D( -1, 0, 0, 1, 0, 0 )">
|
||||
[Transform2D] with mirroring applied parallel to the X axis.
|
||||
</constant>
|
||||
<constant name="FLIP_Y" value="Transform2D( 1, 0, 0, -1, 0, 0 )">
|
||||
[Transform2D] with mirroring applied parallel to the Y axis.
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user