CocosDenshion iOS  1.0.1
CocosDenshion API Reference (iOS version) for Kobold2D developers
CDPropertyModifier Interface Reference

#include <CocosDenshion.h>

Inheritance diagram for CDPropertyModifier:
Collaboration diagram for CDPropertyModifier:

List of all members.

Public Member Functions

id init:interpolationType:startVal:endVal: (id theTarget,[interpolationType] tCDInterpolationType type,[startVal] float startVal,[endVal] float endVal)
void modify: (float t)
void _setTargetProperty: (float newVal)
float _getTargetProperty ()
void _stopTarget ()
Class _allowableType ()

Protected Attributes

CDFloatInterpolatorinterpolator
id target

Properties

BOOL stopTargetWhenComplete
float startValue
float endValue
tCDInterpolationType interpolationType

Detailed Description

Base class for classes that modify properties such as pitch, pan and gain


Member Function Documentation

void CDPropertyModifier::modify: ( float  t) [virtual]

Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end


The documentation for this interface was generated from the following file: