大约有 1,421 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0088 秒)
Laya_社区(873) Laya2.0_文档(129) Laya3.0_api(105) Laya_示例(75) Laya2.0_api(66) Laya3.0_文档(61) laya_api(61) Laya2.0_示例(51)
...如果做一个大项目,视频时间几年都不够,那录制可能要100年,小项目,看视频的人又觉得简单没意思。。。再复杂一点,人可能就疲劳 不愿意看了。所以这个过程一定要开发者自己摸索。 不然怎么叫开发。。我下面的回复给...
来源: Laya_社区 发布时间: 20180610
... Laya.stage.addChild(this.sp_video);//添加到舞台 this.sp_video.pos(10,100); Laya.timer.loop(150, this, showframe); })(); function showframe() { var self = this; var xhr = new Laya.HttpRequest(); xhr.once(Laya.Event.COMPLETE,this,completeHandler); xhr.once(Laya.Event.ERROR,this,errorHandler); xh...
来源: Laya_社区 发布时间: 20170825
...Flash机制不同 Sprite maxChars : int 字符数量限制,默认为10000。 设置字符数量限制时,小于等于0的值将会限制字符数量为10000。 TextInput mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象...
来源: laya_api 发布时间: 20170929
...t timer(): Timer Inherited from Node.timer Defined in laya/display/Node.ts:1009 获取timer Returns Timer transform get transform(): Matrix set transform(value: Matrix): void Inherited from Text.transform Defined in laya/display/Sprite.ts:873 对象的矩阵信息。通过设置矩阵可以实现节...
来源: Laya3.0_api 发布时间: 20231115
...以毫米为显示单位的,系统单位是米,实际的模型是他的1000倍大,因为大多数物体都是单面渲染的,内部你是看不到的,因此放到我们laya3d场景中,你怎么移动照相机位置,也看不到模型,这就是问题所在,可以试试把模型缩...
来源: Laya_社区 发布时间: 20161223
...rmalize(s: Vector2, out: Vector2): void Defined in laya/d3/math/Vector2.ts:100 归一化二维向量。 Parameters s: Vector2 源三维向量。 out: Vector2 输出三维向量。 Returns void Static rewriteNumProperty rewriteNumProperty(proto: any, name: string, index: number): void Defined in laya...
来源: Laya3.0_api 发布时间: 20231102
... guideView.setClickArea(Laya.stage.width/2, Laya.stage.height/2,100); } } export class MazeGuideView extends Laya.Sprite { protected guideContainer: Laya.Sprite; protected guideHitArea: Laya.HitArea; p...
来源: Laya_社区 发布时间: 20200119
... this.hScrollBar.min = 0; //最高滚动位置数字 this.hScrollBar.max = 100; //滚动变化事件回调 this.hScrollBar.changeHandler = new Handler(this, this.onChange); //加载到舞台 Laya.stage.addChild(this.hScrollBar); //创建提示信息 this.createPromptText(this.hScrollBar) } /***创...
来源: Laya2.0_文档 发布时间: 20210715
...t timer(): Timer Inherited from Node.timer Defined in laya/display/Node.ts:1009 获取timer Returns Timer transform get transform(): Matrix set transform(value: Matrix): void Inherited from Text.transform Defined in laya/display/Sprite.ts:873 对象的矩阵信息。通过设置矩阵可以实现节...
来源: Laya3.0_api 发布时间: 20231115
... this.vScrollBar.min = 0; //最高滚动位置数字 this.vScrollBar.max = 100; //滚动变化事件回调 this.vScrollBar.changeHandler = new Handler(this, this.onChange); //加载到舞台 Laya.stage.addChild(this.vScrollBar); //创建提示信息 this.createPromptText(this.vScrollBar) } /***创...
来源: Laya2.0_文档 发布时间: 20210715