大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0057 秒)
Laya_社区(720) Laya3.0_api(672) Laya2.0_api(367) laya_api(298) Laya_示例(150) Laya2.0_示例(114) Laya2.0_文档(107) Laya3.0_文档(54)
...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
...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
...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
...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
...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
...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
...Frames No Frames RadioProperties | Methods | Events Packagelaya.uiClasspublic class RadioInheritanceRadio Button Component Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选...
来源: laya_api 发布时间: 20170929
...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
...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
...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