#import <CC3OSExtensions.h>
Instance Methods | |
(id) | - __deprecated |
(id) | - autoreleasedCopy |
Instance Methods inherited from <CC3Object> | |
(id) | - asWeakReference |
(NSString *) | - fullDescription |
(id) | - resolveWeakReference |
Properties | |
BOOL | isNull |
Extension category to support Cocos3D functionality.
- (id) __deprecated |
- (id) autoreleasedCopy |
Returns an autoreleased copy of this object.
This is a convenience method that simply invokes [[self copy] autorelease].
|
readnonatomicassign |
Returns whether this object represents the standard null object retrieved from [NSNull null].
Returns NO. The NSNull subclass returns YES.