File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 19
19
#import < UIKit/UIKit.h>
20
20
#endif // iPHone
21
21
22
+
23
+ /* *
24
+ * CCEffectNode allows the user to apply effects to the collection of nodes that
25
+ * are its children.
26
+ */
27
+
22
28
@interface CCEffectNode : CCRenderTexture <CCEffectProtocol>
23
29
30
+ // / -----------------------------------------------------------------------
31
+ // / @name Initializing a CCEffectNode object
32
+ // / -----------------------------------------------------------------------
33
+
34
+ /* *
35
+ * Initializes a CCEffectNode object with the specified parameters.
36
+ *
37
+ * @param w The width of the effect node in points.
38
+ * @param h The height of the effect node in points.
39
+ *
40
+ * @return The CCEffectNode object.
41
+ */
24
42
-(id )initWithWidth : (int )w height : (int )h ;
25
43
26
44
@end
You can’t perform that action at this time.
0 commit comments