跳过导航链接
A B C D E F G H I K L M N O P Q R S T U V W X Y _ 

G

getBounds(HDisplayObject) - 类 中的方法com.hanyeah.display.HDisplayObject
返回一个矩形,该矩形定义相对于 targetCoordinateSpace 对象坐标系的显示对象区域。
getBubbles() - 类 中的方法com.hanyeah.events.HEvent
指示事件是否为冒泡事件。
getCancelable() - 类 中的方法com.hanyeah.events.HEvent
指示是否可以阻止与事件相关联的行为。
getChildAt(int) - 类 中的方法com.hanyeah.display.HDisplayObjectContainer
返回位于指定索引处的子显示对象实例
getChildByName(String) - 类 中的方法com.hanyeah.display.HDisplayObjectContainer
返回具有指定名称的子显示对象。
getChildIndex(HDisplayObject) - 类 中的方法com.hanyeah.display.HDisplayObjectContainer
返回 DisplayObject 的 child 实例的索引位置。
getCurrentAnimation() - 类 中的方法com.hanyeah.display.HSpriteSheet
当前场景
getCurrentFrame() - 类 中的方法com.hanyeah.display.HSpriteSheet
当前帧
getCurrentTarget() - 类 中的方法com.hanyeah.events.HEvent
当前正在使用某个事件侦听器处理 Event 对象的对象。
getFPS() - 类 中的方法com.hanyeah.display.HStage
获取实际帧频
getFrameRect() - 类 中的方法com.hanyeah.display.HSpriteSheet
获取当前帧的外接矩形
getGlobalMatrix() - 类 中的方法com.hanyeah.display.HDisplayObject
舞台坐标到本地坐标的变换矩阵
getHeight() - 类 中的方法com.hanyeah.display.HDisplayObject
获取显示对象的高度,以像素为单位。
getLength() - 类 中的方法com.hanyeah.geom.HPoint
从 (0,0) 到此点的线段长度。
getMatrix() - 类 中的方法com.hanyeah.display.HDisplayObject
获取显示对象的变换矩阵
getNumChildren() - 类 中的方法com.hanyeah.display.HDisplayObjectContainer
[只读 (read-only)] 返回此对象的子项数目。
getParent() - 类 中的方法com.hanyeah.display.HDisplayObject
获取显示对象的父容器
getPath() - 类 中的方法com.hanyeah.display.HGraphics
获取路径,用于遮罩
getPaused() - 类 中的方法com.hanyeah.display.HSpriteSheet
是否暂停状态
getRect(HDisplayObject) - 类 中的方法com.hanyeah.display.HDisplayObject
返回一个矩形,该矩形定义相对于 targetCoordinateSpace 对象坐标系的显示对象区域,但不包括形状上的任何笔触。
getRect() - 类 中的方法com.hanyeah.display.HDisplayObject
获取外接矩形
getRotation(HMatrix) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
[静态] 计算矩阵中的旋转角度(以度为单位)。
getRotationRadians(HMatrix) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
[静态] 计算矩阵中的旋转角度(以弧度为单位)。
getScaleX(HMatrix) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
[静态] 计算矩阵中的水平缩放。
getScaleY(HMatrix) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
[静态] 计算矩阵中的垂直缩放。
getSize() - 类 中的方法com.hanyeah.display.HDisplayObject
获取尺寸,一次性获取宽高(影响效率)
getSize() - 类 中的方法com.hanyeah.display.HSpriteSheet
获取尺寸
getSkewX(HMatrix) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
[静态] 计算矩阵中的水平倾斜角度(以度为单位)。
getSkewXRadians(HMatrix) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
[静态] 计算矩阵中的水平倾斜角度(以弧度为单位)。
getSkewY(HMatrix) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
[静态] 计算矩阵中的垂直倾斜角度(以度为单位)。
getSkewYRadians(HMatrix) - 类 中的静态方法com.hanyeah.geom.HMatrixTransformer
[静态] 计算矩阵中的垂直倾斜角度(以弧度为单位)。
getStage() - 类 中的方法com.hanyeah.display.HDisplayObject
获取舞台
getStageHeight() - 类 中的方法com.hanyeah.display.HStage
舞台高
getStageWidth() - 类 中的方法com.hanyeah.display.HStage
舞台宽
getTarget() - 类 中的方法com.hanyeah.events.HEvent
事件目标。
getTotalFrames() - 类 中的方法com.hanyeah.display.HSpriteSheet
当前animation总共有多少帧
getType() - 类 中的方法com.hanyeah.events.HEvent
事件的类型。
getWidth() - 类 中的方法com.hanyeah.display.HDisplayObject
获取显示对象的宽度,以像素为单位。
globalToLocal(HPoint) - 类 中的方法com.hanyeah.display.HDisplayObject
将 point 对象从舞台(全局)坐标转换为显示对象的(本地)坐标。
gotoAndPlay(int) - 类 中的方法com.hanyeah.display.HSpriteSheet
转到指定帧播放
gotoAndPlay(String, int) - 类 中的方法com.hanyeah.display.HSpriteSheet
转到指定场景的指定帧播放
gotoAndStop(int) - 类 中的方法com.hanyeah.display.HSpriteSheet
跳转到某一帧并停止
gotoAndStop(String, int) - 类 中的方法com.hanyeah.display.HSpriteSheet
跳转到某个场景的某一帧并停止
graphics - 类 中的变量com.hanyeah.display.HShape
 
graphics - 类 中的变量com.hanyeah.display.HSprite
用于矢量图操作
A B C D E F G H I K L M N O P Q R S T U V W X Y _ 
跳过导航链接