소스 검색

Fix: formatting

customisations
alemart 3 달 전
부모
커밋
5790696614
1개의 변경된 파일19개의 추가작업 그리고 19개의 파일을 삭제
  1. 19
    19
      docs/api/transform.md

+ 19
- 19
docs/api/transform.md 파일 보기

4
 
4
 
5
 ## Properties
5
 ## Properties
6
 
6
 
7
-### matrix
8
-
9
-`transform.matrix: SpeedyMatrix, read-only`
10
-
11
-A 4x4 matrix encoding the transform.
12
-
13
-### inverse
14
-
15
-`transform.inverse: Transform, read-only`
16
-
17
-The inverse transform.
18
-
19
-## position
7
+### position
20
 
8
 
21
 `transform.position: Vector3, read-only`
9
 `transform.position: Vector3, read-only`
22
 
10
 
24
 
12
 
25
 *Since:* 0.4.0
13
 *Since:* 0.4.0
26
 
14
 
27
-## orientation
15
+### orientation
28
 
16
 
29
 `transform.orientation: Quaternion, read-only`
17
 `transform.orientation: Quaternion, read-only`
30
 
18
 
32
 
20
 
33
 *Since:* 0.4.0
21
 *Since:* 0.4.0
34
 
22
 
35
-## scale
23
+### scale
36
 
24
 
37
 `transform.scale: Vector3, read-only`
25
 `transform.scale: Vector3, read-only`
38
 
26
 
40
 
28
 
41
 *Since:* 0.4.0
29
 *Since:* 0.4.0
42
 
30
 
43
-## right
31
+### right
44
 
32
 
45
 `transform.right: Vector3, read-only`
33
 `transform.right: Vector3, read-only`
46
 
34
 
48
 
36
 
49
 *Since:* 0.4.0
37
 *Since:* 0.4.0
50
 
38
 
51
-## up
39
+### up
52
 
40
 
53
 `transform.up: Vector3, read-only`
41
 `transform.up: Vector3, read-only`
54
 
42
 
56
 
44
 
57
 *Since:* 0.4.0
45
 *Since:* 0.4.0
58
 
46
 
59
-## forward
47
+### forward
60
 
48
 
61
 `transform.forward: Vector3, read-only`
49
 `transform.forward: Vector3, read-only`
62
 
50
 
63
 The unit forward vector of the local space.
51
 The unit forward vector of the local space.
64
 
52
 
65
-*Since:* 0.4.0
53
+*Since:* 0.4.0
54
+
55
+### matrix
56
+
57
+`transform.matrix: SpeedyMatrix, read-only`
58
+
59
+A 4x4 matrix encoding the transform.
60
+
61
+### inverse
62
+
63
+`transform.inverse: Transform, read-only`
64
+
65
+The inverse transform.

Loading…
취소
저장