Skip to content

Commit 2cb1ba2

Browse files
committed
add construction docs for missing methods
1 parent 66a3f80 commit 2cb1ba2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+281
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Camera",
4+
"name": "toGlobalPosition"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Camera",
4+
"name": "toGlobalX"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Camera",
4+
"name": "toGlobalY"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Camera",
4+
"name": "toLocalPosition"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Camera",
4+
"name": "toLocalX"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Camera",
4+
"name": "toLocalY"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Sprite",
4+
"name": "whenAddedFromStage"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Sprite",
4+
"name": "whenKeyReleased"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Sprite",
4+
"name": "whenMouseClicked"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"template": "construction",
3+
"class": "Sprite",
4+
"name": "whenRemovedFromStage"
5+
}

0 commit comments

Comments
 (0)