annie.Rectangle Class
Item Index
Methods
- createFromPoints static
- createFromRects static
- destroy
- isPointIn
- Rectangle
- testRectCross
Properties
Methods
createFromPoints
(
annie.Rectangle
public
static
-
rect
-
ary
通过一系列点来生成一个矩形 返回包含所有给定的点的最小矩形
Parameters:
-
rect
annie.Point -
ary
..arg
Returns:
createFromRects
(
public
static
-
rect
-
arg
将多个矩形合成为一个矩形,并将结果存到第一个矩形参数返回
Parameters:
-
rect
annie.Rectangle -
arg
..arg
destroy
()
Void
public
销毁一个对象 销毁之前一定要做完其他善后工作,否则有可能会出错 特别注意不能在对象自身方法或事件里调用此方法。 比如,不要在显示对象自身的 annie.Event.ON_REMOVE_TO_STAGE 或者其他类似事件调用,一定会报错
Returns:
Void:
Properties
instanceId
Number
public
每一个annie引擎对象都会有一个唯一的id码。
Example:
//获取 annie引擎类对象唯一码
console.log(this.instanceId);