Base class for classes that modify properties such as pitch, pan and gain.
More...
#import <CocosDenshion.h>
Base class for classes that modify properties such as pitch, pan and gain.
- (float) _getTargetProperty |
|
|
|
- (float) _getTargetProperty |
|
|
|
- (void) _setTargetProperty: |
|
(float) |
newVal |
|
- (void) _setTargetProperty: |
|
var |
newVal |
|
- (void) _setTargetProperty: |
|
local |
newVal |
|
- (void) _setTargetProperty: |
|
(float) |
newVal |
|
- (void) _setTargetProperty: |
|
var |
newVal |
|
- (void) _setTargetProperty: |
|
local |
newVal |
|
- (id) init: |
|
(id) |
theTarget |
interpolationType: |
|
(tCDInterpolationType) |
type |
startVal: |
|
(float) |
startVal |
endVal: |
|
(float) |
endVal |
|
|
| |
- (id) init: |
|
var |
theTarget |
interpolationType: |
|
var |
type |
startVal: |
|
var |
startVal |
endVal: |
|
var |
endVal |
|
|
| |
- (id) init: |
|
local |
theTarget |
interpolationType: |
|
local |
type |
startVal: |
|
local |
startVal |
endVal: |
|
local |
endVal |
|
|
| |
- (id) init: |
|
(id) |
theTarget |
interpolationType: |
|
(tCDInterpolationType) |
type |
startVal: |
|
(float) |
startVal |
endVal: |
|
(float) |
endVal |
|
|
| |
- (id) init: |
|
var |
theTarget |
interpolationType: |
|
var |
type |
startVal: |
|
var |
startVal |
endVal: |
|
var |
endVal |
|
|
| |
- (id) init: |
|
local |
theTarget |
interpolationType: |
|
local |
type |
startVal: |
|
local |
startVal |
endVal: |
|
local |
endVal |
|
|
| |
- (void) modify: |
|
(float) |
t |
|
Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end.
Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end.
Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end.
- (void) modify: |
|
(float) |
t |
|
Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end.
Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end.
Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end.
- (BOOL) stopTargetWhenComplete |
|
readwritenonatomicassign |
var stopTargetWhenComplete |
|
readwritenonatomicassign |
local stopTargetWhenComplete |
|
readwritenonatomicassign |
The documentation for this class was generated from the following files: