大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0058 秒)
Laya_社区(720) Laya3.0_api(672) Laya2.0_api(367) laya_api(298) Laya_示例(150) Laya2.0_示例(114) Laya2.0_文档(107) Laya3.0_文档(54)
...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "Config" Config Class Config Config 用于配置一些全局参数。如需更改,请在初始化引擎之前设置。 Hierarchy Config Index Proper...
来源: Laya3.0_api 发布时间: 20231115
...import laya.utils.Browser; import laya.webgl.WebGL; public class Yj_Customer { private var panel:Panel; public function Yj_Customer() { // 不支持WebGL时自动切换至Canvas ...
来源: Laya_社区 发布时间: 20180612
...); ``` > 初始化shader ```typescript //初始化我们的自定义shader public static function initShader() { //所有的attributeMap属性 var attributeMap = { 'a_Position': Laya.VertexMesh.MESH_POSITION0, 'a_Normal': Laya.VertexMesh.MESH_NORMAL0 }; //所有的uniform属性 var uniformMap = { 'u...
来源: Laya2.0_文档 发布时间: 20210715
...ort laya.display.Text; import laya.utils.Browser; import laya.webgl.WebGL; public class Timer_Interval { private var rotateTimeBasedText:Text; private var rotateFrameRateBasedText:Text; public function Timer_Interval() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browse...
来源: Laya2.0_示例 发布时间: 20260106
...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physicsCannon/shape/CannonSphereColliderShape" CannonSphereColliderShape Class CannonSphereColliderShape SphereColliderShape 类用于创建...
来源: Laya3.0_api 发布时间: 20231102
...ames No Frames CheckBoxProperties | Methods | Events Packagelaya.uiClasspublic class CheckBoxInheritanceCheckBox Button UIComponent Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,...
来源: Laya2.0_api 发布时间: 20190513
...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/MeshColliderShape" MeshColliderShape Class MeshColliderShape MeshColliderShape 类用于创建网格碰撞器。 Hierarchy Coll...
来源: Laya3.0_api 发布时间: 20231115
...a.events.Event; import laya.utils.Browser; /** * ... * @author Survivor */ public class InputDevice_Shake { private var picW:int = 824; private var picH:int = 484; private var console:Text; private var shakeCount:int = 0; public function InputDevice_Shake() { Laya.init(picW, Browser.height * picW / ...
来源: 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/d3/resource/models/SkyBox" SkyBox Class SkyBox SkyBox 类用于创建天空盒。 Hierarchy GeometryElement SkyBox Index Constructors constructo...
来源: Laya3.0_api 发布时间: 20231115
...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);...
来源: Laya2.0_示例 发布时间: 20260106