TouchableNode Class Reference
Inherits from | CCNode : NSObject |
Conforms to | CCStandardTouchDelegate CCTargetedTouchDelegate |
Declared in | TouchableNode.h |
Tasks
-
touchPriority
Priority position in which this node will be handled (lower = sooner)
property -
targetedTouches
property -
swallowTouches
property -
isTouchEnabled
whether or not it will receive Touch events. You can enable / disable touch events with this property. Only the touches of this node will be affected. This “method” is not propagated to it’s children.
property -
– touchHitsSelf:
-
– touch:hitsNode:
Properties
isTouchEnabled
whether or not it will receive Touch events. You can enable / disable touch events with this property. Only the touches of this node will be affected. This “method” is not propagated to it’s children.
@property (nonatomic, assign) BOOL isTouchEnabled
Availability
Declared In
TouchableNode.h