大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0019 秒)
...自定义变量名。 (图1-5) 还可以在代码中使用setVar方法动态调节变量n,可以结合1.3节的脚本控制,在脚本中输入如下代码: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; @proper...
来源: Laya3.0_文档 发布时间: 20241014
...src来实现 script的创建可以手动添加到页面,也可以代码动态的创建。这里我们以代码创建为例子进行说明。我们先上代码. 代码逻辑如下: class Main { private video:Laya.Video; constructor() { //初始化引擎 Laya.init(500,500); var script:any = Laya.B...
来源: Laya3.0_文档 发布时间: 20241014