@@ -23,6 +23,8 @@ These are typically accessed in a few ways, most commonly:
23
23
24
24
### Comp.activeCamera
25
25
26
+ ` thisComp.activeCamera `
27
+
26
28
#### Description
27
29
28
30
Returns the [ Camera object] ( ./camera.md ) for the camera through which the composition is rendered at the current frame.
@@ -37,6 +39,8 @@ This camera is not necessarily the camera through which you are looking in the C
37
39
38
40
### Comp.bgColor
39
41
42
+ ` thisComp.bgColor `
43
+
40
44
#### Description
41
45
42
46
Returns the background color of the composition.
@@ -49,6 +53,8 @@ Array (4-dimensional)
49
53
50
54
### Comp.displayStartTime
51
55
56
+ ` thisComp.displayStartTime `
57
+
52
58
#### Description
53
59
54
60
Returns the composition start time, in seconds.
61
67
62
68
### Comp.duration
63
69
70
+ ` thisComp.duration `
71
+
64
72
#### Description
65
73
66
74
Returns the composition duration, in seconds.
73
81
74
82
### Comp.frameDuration
75
83
84
+ ` thisComp.frameDuration `
85
+
76
86
#### Description
77
87
78
88
Returns the duration of a frame, in seconds.
85
95
86
96
### Comp.height
87
97
98
+ ` thisComp.height `
99
+
88
100
#### Description
89
101
90
102
Returns the composition height, in pixels.
@@ -97,6 +109,8 @@ Number
97
109
98
110
### Comp.marker
99
111
112
+ ` thisComp.marker `
113
+
100
114
#### Description
101
115
102
116
Returns a given composition's [ Marker] ( ./marker-property.md ) property.
@@ -114,6 +128,8 @@ Returns a given composition's [Marker](./marker-property.md) property.
114
128
115
129
### Comp.name
116
130
131
+ ` thisComp.name `
132
+
117
133
#### Description
118
134
119
135
Returns the name of the composition.
@@ -126,6 +142,8 @@ String
126
142
127
143
### Comp.ntscDropFrame
128
144
145
+ ` thisComp.ntscDropFrame `
146
+
129
147
!!! note
130
148
This functionality was added in After Effects CS5.5
131
149
@@ -141,6 +159,8 @@ Boolean
141
159
142
160
### Comp.numLayers
143
161
162
+ ` thisComp.numLayers `
163
+
144
164
#### Description
145
165
146
166
Returns the number of layers in the composition.
@@ -153,6 +173,8 @@ Number
153
173
154
174
### Comp.pixelAspect
155
175
176
+ ` thisComp.pixelAspect `
177
+
156
178
#### Description
157
179
158
180
Returns the pixel aspect ratio of the composition.
@@ -165,6 +187,8 @@ Number
165
187
166
188
### Comp.shutterAngle
167
189
190
+ ` thisComp.shutterAngle `
191
+
168
192
#### Description
169
193
170
194
Returns the shutter-angle value of the composition, in degrees.
@@ -177,6 +201,8 @@ Number
177
201
178
202
### Comp.shutterPhase
179
203
204
+ ` thisComp.shutterPhase `
205
+
180
206
#### Description
181
207
182
208
Returns the shutter phase of the composition, in degrees.
@@ -189,6 +215,8 @@ Number
189
215
190
216
### Comp.width
191
217
218
+ ` thisComp.width `
219
+
192
220
#### Description
193
221
194
222
Returns the composition width, in pixels.
0 commit comments