| cocos2d-x 3.0 |
)- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
CDSoundEngineFader类 参考
Fader for CDSoundEngine objects. 更多…
#import
类 CDSoundEngineFader 继承关系图:
| ## 额外继承的成员函数 | |
Instance Methods 继承自 CDPropertyModifier | |
| (id) | - init:interpolationType:startVal:endVal: |
| (void) | - modify: |
| Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end. 更多… | |
| (void) | - _setTargetProperty: |
| (float) | - _getTargetProperty |
| (void) | - _stopTarget |
| (Class) | - _allowableType |
| (id) | - init:interpolationType:startVal:endVal: |
| (void) | - modify: |
| Set to a fractional value between 0 and 1 where 0 equals the start and 1 equals the end. 更多… | |
| (void) | - _setTargetProperty: |
| (float) | - _getTargetProperty |
| (void) | - _stopTarget |
| (Class) | - _allowableType |
Protected 属性 继承自 CDPropertyModifier | |
| CDFloatInterpolator * | interpolator |
| id | target |
属性 继承自 CDPropertyModifier | |
| BOOL | stopTargetWhenComplete |
| float | startValue |
| float | endValue |
| tCDInterpolationType | interpolationType |
详细描述
Fader for CDSoundEngine objects.
该类的文档由以下文件生成:
- /Users/zeroyang/Documents/github/cocos2d-x/cocos/audio/ios/CocosDenshion.h
- CDSoundEngineFader
- 生成于 2014年 五月 29日 星期四 09:41:43 , 为 cocos2d-x使用
1.8.6
Instance Methods 继承自 