cocos2d-x 3.0
- 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
Instance Methods - 图1 Instance Methods - 图2)
- 类列表 - 类索引 - 类继承关系 - 类成员

全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

Instance Methods | Protected 属性 | 属性 | 所有成员列表

CDFloatInterpolator类 参考

#import

类 CDFloatInterpolator 继承关系图:

Instance Methods - 图3

## Instance Methods
(float) - interpolate:
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. 更多…
(id) - init:startVal:endVal:
(float) - interpolate:
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. 更多…
(id) - init:startVal:endVal:
## Protected 属性
float lastValue
## 属性
float start
float end
tCDInterpolationType interpolationType

Method Documentation

- (id) init: (tCDInterpolationType) type
startVal: (float) startVal
endVal: (float) endVal

- (id) init: (tCDInterpolationType) type
startVal: (float) startVal
endVal: (float) 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: (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) lastValue

protected

属性说明

- (float) end

readwritenonatomicassign

- (tCDInterpolationType) interpolationType

readwritenonatomicassign

- (float) start

readwritenonatomicassign


该类的文档由以下文件生成:

  • /Users/zeroyang/Documents/github/cocos2d-x/cocos/audio/ios/CocosDenshion.h