大约有 441 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)
...点移除自己。 Parameters destroyChild:Boolean (default = true) — (可选)是否同时销毁子节点,若值为true,则销毁子节点,否则不销毁子节点。 removeAllLayers()method public function removeAllLayers():void 移除所有图层。 removeLayer()method public functio...
来源: Laya2.0_api 发布时间: 20190513
...文本颜色,比如"#ff0000"。 * @param textAlign 文本对齐方式,可选值:"left","center","right"。 */ fillText(text: string | WordText, x: number, y: number, font: string, color: string, textAlign: string): FillTextCmd { return this.addCmd(FillTextCmd.create(text, x, y, font, color...
来源: Laya3.0_文档 发布时间: 20241014
...发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其...
来源: Laya3.0_api 发布时间: 20231115
...点移除自己。 Parameters destroyChild:Boolean (default = true) — (可选)是否同时销毁子节点,若值为true,则销毁子节点,否则不销毁子节点。 getComponentByIndex()method public function getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 ...
来源: laya_api 发布时间: 20170929
...发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其...
来源: Laya3.0_api 发布时间: 20231102
...点移除自己。 Parameters destroyChild:Boolean (default = true) — (可选)是否同时销毁子节点,若值为true,则销毁子节点,否则不销毁子节点。 getRenderTexture()method public function getRenderTexture():RenderTexture 获取渲染结果纹理。 ReturnsRenderTextur...
来源: Laya2.0_api 发布时间: 20190513
...极大提高渲染性能。cacheAs有"none","normal"和"bitmap"三个值可选。 默认为"none",不做任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式...
来源: laya_api 发布时间: 20170422
...极大提高渲染性能。cacheAs有"none","normal"和"bitmap"三个值可选。 默认为"none",不做任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式...
来源: laya_api 发布时间: 20170422
...ame="android.permission.CAMERA"/> <!-- 获取地理位置的权限,可选 --> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <application android:allowBackup="true" andr...
来源: Laya_社区 发布时间: 20170722
...发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其...
来源: Laya3.0_api 发布时间: 20231115