大约有 68 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...roperties Static data data: any Defined in laya/utils/ImgUtils.ts:11 存储数据池 Static isSavaData isSavaData: boolean = false Defined in laya/utils/ImgUtils.ts:13 是否保存使用的数据 Accessors Static isSupport get isSupport(): boolean Defined in laya/utils/ImgUtils.ts:46 是否支持数...
来源: Laya3.0_api 发布时间: 20231115
...device/motion/RotationInfo.ts:13 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。 关于坐标系参见https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Orientation_and_motion_data_explained。 需要注意的是,IOS环...
来源: Laya3.0_api 发布时间: 20231115
...attachmentName: string Defined in laya/ani/bone/BoneSlot.ts:20 插糟显示数据数据的名称 currDisplayData currDisplayData: SkinSlotDisplayData | null Defined in laya/ani/bone/BoneSlot.ts:32 显示对象对应的数据 currSlotData currSlotData: SlotData Defined in laya/ani/bone/BoneSlot.ts:28...
来源: Laya3.0_api 发布时间: 20231115
...rdMaterial Defined in laya/gltf/glTFUtils.ts:529 根据 glTFMaterial 节点数据创建 default Material Parameters glTFMaterial: glTFMaterial Returns PBRStandardMaterial Static applyPBRMetallicRoughness applyPBRMetallicRoughness(pbrMetallicRoughness: glTFMaterialPbrMetallicRoughness, layaPBRMateria...
来源: Laya3.0_api 发布时间: 20231102
...nfo:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系参见https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Orientation_and_motion_data_explained。 info: RotationInfo类型参数...
来源: Laya3.0_api 发布时间: 20231115
...rameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参...
来源: Laya3.0_api 发布时间: 20231115
...rameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参...
来源: Laya3.0_api 发布时间: 20231115
...te():void { var arr:Array = [];//创建一个数组,用于存贮列表的数据信息。 for (var i:int = 0; i < 20; i++) { arr.push({label: "item" + i}); } var list:List = new List();//创建一个 List 类的实例对象 list 。 list.itemRender = Item;//设置 list 的单元格渲染器。 l...
来源: Laya3.0_api 发布时间: 20231115
...s Tree Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 example package { import laya.ui.Tree; import laya.utils.Browser; import laya.utils.Handler; public class Tree_Example { public function Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置...
来源: Laya3.0_api 发布时间: 20231115
...toSize Defined in laya/display/Sprite.ts:265 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置...
来源: Laya3.0_api 发布时间: 20231115