#import <CC3PODResourceNode.h>
Additional Inherited Members | |
Instance Methods inherited from CC3ResourceNode | |
(id) | - initFromFile: |
(id) | - initFromFile:expectsVerticallyFlippedTextures: |
(id) | - initFromResourceFile: |
(id) | - initWithName:fromFile: |
(id) | - initWithName:fromResourceFile: |
(void) | - loadFromFile: |
(void) | - loadFromFile:expectsVerticallyFlippedTextures: |
(void) | - loadFromResourceFile: |
(void) | - populateFromResource: |
Class Methods inherited from CC3ResourceNode | |
(id) | + nodeFromFile: |
(id) | + nodeFromFile:expectsVerticallyFlippedTextures: |
(id) | + nodeFromResourceFile: |
(id) | + nodeWithName:fromFile: |
(id) | + nodeWithName:fromResourceFile: |
A CC3ResourceNode that can be loaded from a PVR POD resource file.
An instance is loaded using an instance of CC3PODResource. The resourceClass property returns CC3PODResource, and the populateFromResource: method expects to be passed an instance of CC3PODResource.
|
readnonatomicassign |
The number of frames of animation in the POD file.
|
readnonatomicassign |
The frame rate of animation in the POD file, in frames per second.