#import <CocosDenshion.h>
| - (id) init: |
|
var |
type |
| startVal: |
|
var |
startVal |
| endVal: |
|
var |
endVal |
|
|
| |
| - (id) init: |
|
local |
type |
| startVal: |
|
local |
startVal |
| endVal: |
|
local |
endVal |
|
|
| |
| - (id) init: |
|
var |
type |
| startVal: |
|
var |
startVal |
| endVal: |
|
var |
endVal |
|
|
| |
| - (id) init: |
|
local |
type |
| startVal: |
|
local |
startVal |
| endVal: |
|
local |
endVal |
|
|
| |
| - (float) interpolate: |
|
(float) |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
var |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
local |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
(float) |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
var |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: |
|
local |
t |
|
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
The documentation for this class was generated from the following files: