大约有 18 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)
...变化量由 x 和 y 参数指定。 Parameters x: number 沿 x 轴向右移动的量(以像素为单位)。 y: number 沿 y 轴向下移动的量(以像素为单位)。 Returns Matrix 返回此矩形对象。 Static create create(): Matrix Defined in laya/maths/Matrix.ts:419 从对象池中...
来源: Laya3.0_api 发布时间: 20231115
...Line Defined in laya/utils/TimeLine.ts:83 控制一个对象,从当前点移动到目标点。 Parameters target: any 要控制的对象。 props: any 要控制对象的属性。 duration: number 对象TWEEN的时间。 Default value ease: Function = null 缓动类型 Default value offset: number ...
来源: Laya3.0_api 发布时间: 20231115
...s(): number set pos(value: number): void Defined in laya/utils/Byte.ts:582 移动或返回 Byte 对象的读写指针的当前位置(以字节为单位)。下一次调用读取方法时将在此位置开始读取,或者下一次调用写入方法时将在此位置开始写入。 Returns number...
来源: Laya3.0_api 发布时间: 20231115
...果想整体位移物理世界,可以Physics.I.worldRoot=场景,然后移动场景即可 可以通过IDE-"项目设置" 开启物理辅助线显示,或者通过代码PhysicsDebugDraw.enable(); Hierarchy Component RigidBody Index Constructors constructor Properties _extra _singleton category gr...
来源: Laya3.0_api 发布时间: 20231115
...s/joint/PrismaticJoint" PrismaticJoint Class PrismaticJoint 平移关节:移动关节允许两个物体沿指定轴相对移动,它会阻止相对旋转 Hierarchy JointBase PrismaticJoint Index Constructors constructor Properties _extra _singleton anchor axis collideConnected otherBody owner run...
来源: Laya3.0_api 发布时间: 20231115
...字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设置的字体而显示异常)。 example package { import laya.display.Text; public class Text_Example { public function Text_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya...
来源: Laya3.0_api 发布时间: 20231115
...Limit bottomMoveLimit: number = 0 Defined in laya/ui/ScrollBar.ts:64 底部移动限制(达到限制后,会抛出dragTopLimit事件,配合stopMoveLimit(),可让开发者做一些动态数据更新的操作) changeHandler changeHandler: Handler Defined in laya/ui/ScrollBar.ts:46 滚动变...
来源: Laya3.0_api 发布时间: 20231115
...ed from ScrollBar.bottomMoveLimit Defined in laya/ui/ScrollBar.ts:64 底部移动限制(达到限制后,会抛出dragTopLimit事件,配合stopMoveLimit(),可让开发者做一些动态数据更新的操作) changeHandler changeHandler: Handler Inherited from ScrollBar.changeHandler Defined...
来源: Laya3.0_api 发布时间: 20231115
...ed from ScrollBar.bottomMoveLimit Defined in laya/ui/ScrollBar.ts:64 底部移动限制(达到限制后,会抛出dragTopLimit事件,配合stopMoveLimit(),可让开发者做一些动态数据更新的操作) changeHandler changeHandler: Handler Inherited from ScrollBar.changeHandler Defined...
来源: Laya3.0_api 发布时间: 20231115
...)因此,可以在程序开始运行时就使Video开始播放。但是在移动端,只有在用户第一次触碰屏幕后才可以调用play(),所以移动端不可能在程序开始运行时就自动开始播放Video。 MDN Video链接: https://developer.mozilla.org/en-US/docs/Web/HTML/Ele...
来源: Laya3.0_api 发布时间: 20231102