- removeChild(HDisplayObject) - 类 中的方法com.hanyeah.display.HDisplayObjectContainer
-
从 HDisplayObjectContainer 实例的子列表中删除指定的 child HDisplayObject 实例。
- removeChildAt(int) - 类 中的方法com.hanyeah.display.HDisplayObjectContainer
-
从 HDisplayObjectContainer 的子列表中指定的 index 位置删除子 HDisplayObject。
- removeEventListener(String, HIListener) - 类 中的方法com.hanyeah.events.HEventDispatcher
-
从 EventDispatcher 对象中删除侦听器。
- render(Canvas, Paint) - 类 中的方法com.hanyeah.display.HStage
-
SurfaceView中循环调用
- RESIZE - 类 中的静态变量com.hanyeah.events.HEvent
-
- ROLL_OUT - 类 中的静态变量com.hanyeah.events.HTouchEvent
-
- ROLL_OVER - 类 中的静态变量com.hanyeah.events.HTouchEvent
-
- rotate(double) - 类 中的方法com.hanyeah.geom.HMatrix
-
对 HMatrix 对象应用旋转转换。
- rotateAroundExternalPoint(HMatrix, double, double, double) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
-
[静态] 围绕矩阵转换空间以外定义的点旋转矩阵。
- rotateAroundInternalPoint(HMatrix, double, double, double) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
-
[静态] 围绕矩阵转换空间中定义的点旋转矩阵。
- rotation - 类 中的变量com.hanyeah.display.HDisplayObject
-
旋转角度(度)
- run() - 类 中的方法com.hanyeah.HEngine
-