大约有 261 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0056 秒)
...节点的索引位置。 Node getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 Sprite3D getComponentByType(type:*, typeIndex:int = 0):Component3D 通过指定类型和类型索引获得组件。 Sprite3D getComponentsByType(type:*, components:Vector.<Component3D>...
来源: laya_api 发布时间: 20170929
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图...
来源: laya_api 发布时间: 20170929
...是齿轮表面的线速度。 马达关节`MotorJoint`:马达关节是通过设置最大作用力与最大扭力,让A刚体(自己)到达目标位置(B刚体的偏移量)的一种约束。 鼠标关节`MouseJoint`:用于鼠标操控物体。它试图将物体拖向当前鼠标光标...
来源: Laya2.0_文档 发布时间: 20210714
...节点的索引位置。 Node getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 Sprite3D getComponentByType(type:*, typeIndex:int = 0):Component3D 通过指定类型和类型索引获得组件。 Sprite3D getComponentsByType(type:*, components:Vector.<Component3D>...
来源: laya_api 发布时间: 20170929
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之...
来源: laya_api 发布时间: 20170929
...统计面板因开发语言的不同,会有所不同。 在AS语言里,通过引入 `laya.utils.Stat`类,直接使用`Stat.show()`方法。 入口类: Demo.as编写代码如下: ```java package { import laya.utils.Stat; public class Demo { public function Demo() { //初始化舞台 Laya.in...
来源: Laya2.0_文档 发布时间: 20210714
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图...
来源: laya_api 发布时间: 20170929
...理的编辑也是LayaAirIDE 2.0的重要新特性之一,希望大家能通过本文更全面的了解LayaAir引擎与IDE,快速上手物理组件的使用,快捷的开发物理小游戏。 [TOC] ## 一、基础知识 ### 1.1 学习本文需要的前置知识 ##### LayaAir引擎相关 要顺...
来源: Laya2.0_文档 发布时间: 20210714
...节点的索引位置。 Node getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 Sprite3D getComponentByType(type:*, typeIndex:int = 0):Component3D 通过指定类型和类型索引获得组件。 Sprite3D getComponentsByType(type:*, components:Vector.<Component3D>...
来源: laya_api 发布时间: 20170603
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图...
来源: laya_api 发布时间: 20170422