|
@@ -39,8 +39,8 @@
|
|
|
|
|
|
<h3>change</h3>
|
|
<h3>change</h3>
|
|
<p>
|
|
<p>
|
|
- Fires if any type of change (object or property change) is performed. Property changes
|
|
|
|
- are separate events you can add event listeners to. The event type is "propertyname-changed".
|
|
|
|
|
|
+ 如果发生了任何类型的改变(对象或属性的改变)则触发该事件。
|
|
|
|
+ 属性改变是单独的事件,你也可以为此添加单独的事件监听;该事件类型为"propertyname-changed"(“属性名称-changed”)。
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>mouseDown</h3>
|
|
<h3>mouseDown</h3>
|
|
@@ -125,7 +125,7 @@
|
|
|
|
|
|
<h3>[property:String space]</h3>
|
|
<h3>[property:String space]</h3>
|
|
<p>
|
|
<p>
|
|
- 定义了在哪种空间坐标系中进行变换。可能的值有"world" 和 "local"。默认为*world*。
|
|
|
|
|
|
+ 定义了在哪种坐标空间中进行变换。可能的值有"world" 和 "local"。默认为*world*。
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[property:Number translationSnap]</h3>
|
|
<h3>[property:Number translationSnap]</h3>
|
|
@@ -196,10 +196,10 @@
|
|
<h3>[method:null setSpace] ( [param:String space] )</h3>
|
|
<h3>[method:null setSpace] ( [param:String space] )</h3>
|
|
<p>
|
|
<p>
|
|
<p>
|
|
<p>
|
|
- [page:String space]: The coordinate space in which transformations are applied.
|
|
|
|
|
|
+ [page:String space]: 应用变换的坐标空间。
|
|
</p>
|
|
</p>
|
|
<p>
|
|
<p>
|
|
- Sets the coordinate space in which transformations are applied.
|
|
|
|
|
|
+ 设置应用变换的坐标空间。
|
|
</p>
|
|
</p>
|
|
</p>
|
|
</p>
|
|
|
|
|