Inherits from CC3ResourceNode : CC3Node : CC3Identifiable : NSObject
Declared in CC3PODResourceNode.h

Overview

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.

Properties

animationFrameCount

The number of frames of animation in the POD file.

@property (nonatomic, readonly) GLuint animationFrameCount

Declared In

CC3PODResourceNode.h

animationFrameRate

The frame rate of animation in the POD file, in frames per second.

@property (nonatomic, readonly) GLfloat animationFrameRate

Declared In

CC3PODResourceNode.h