• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0057 秒)

1541. Sprite-节点控制 [ 61%]

...ort laya.events.Event; import laya.utils.Browser; import laya.webgl.WebGL; public class Sprite_NodeControl { private var ape1:Sprite; private var ape2:Sprite; public function Sprite_NodeControl() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL);...

来源: Laya_示例 发布时间: 20260106

1542. laya.components.KeyframeNode2D_API3.0 [ 61%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/KeyframeNode2D" KeyframeNode2D Class KeyframeNode2D Hierarchy KeyframeNode2D Index Properties _indexInList _keyFrames _ownerPath _pro...

来源: Laya3.0_api 发布时间: 20231115

1543. 网络和格式-ProtocolBuffer [ 61%]

...olBuffer();package { import laya.utils.Browser; import laya.utils.Handler; public class Network_ProtocolBuffer { private var ProtoBuf:* = Browser.window.protobuf; public function Network_ProtocolBuffer() { Laya.init(550, 400); ProtoBuf.load("../../../../res/protobuf/awesome.proto", onAssetsLoaded); ...

来源: Laya_示例 发布时间: 20260106

1544. 网络和格式-ProtocolBuffer [ 61%]

...olBuffer();package { import laya.utils.Browser; import laya.utils.Handler; public class Network_ProtocolBuffer { private var ProtoBuf:* = Browser.window.protobuf; public function Network_ProtocolBuffer() { Laya.init(550, 400); ProtoBuf.load("../../res/protobuf/awesome.proto", onAssetsLoaded); } priv...

来源: Laya2.0_示例 发布时间: 20260106

1545. laya.d3.physics.shape.SphereColliderShape_API3.0 [ 61%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/SphereColliderShape" SphereColliderShape Class SphereColliderShape SphereColliderShape 类用于创建球形碰撞器。 Hierar...

来源: Laya3.0_api 发布时间: 20231115

1546. laya.d3.component.animator.AnimatorTransition_API3.0 [ 61%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorTransition" AnimatorTransition Class AnimatorTransition Hierarchy AnimatorTransition Index Constructors constructo...

来源: Laya3.0_api 发布时间: 20231115

1547. laya.ui.Radio [ 61%]

...Frames No Frames RadioProperties | Methods | Events Packagelaya.uiClasspublic class RadioInheritanceRadio Button Component Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选...

来源: laya_api 发布时间: 20170929

1548. module写法的模块无法使用,其他地方使用会报错 [ 61%]

...module  a.ts ------------------------------ module AM{ export class AC { public static myname:string = "I'm AC!"; } } export default AM; b.ts ---------------------------- module AM{ export class BC { public static myname:string = "I'm BC!"; } } export default AM; c.ts -------------------------- imp...

来源: Laya_社区 发布时间: 20180926

1549. 发现TimeLine的一些问题,像是BUG [ 61%]

...rt laya.utils.Handler; import laya.utils.Stat; import laya.utils.TimeLine; public class AirDemo { private var sp1:Sprite; private var sp2:Sprite; private var sp3:Sprite; private var timeLine1:TimeLine; private var timeLine2:TimeLine; private var timeLine3:TimeLine; public function AirDemo() { //初...

来源: Laya_社区 发布时间: 20161207

1550. Sprite-轴心点 [ 61%]

...ort laya.events.Event; import laya.utils.Browser; import laya.webgl.WebGL; public class Sprite_Pivot { private var sp1:Sprite; private var sp2:Sprite; public function Sprite_Pivot() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.al...

来源: Laya_示例 发布时间: 20260106