大约有 6,033 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0108 秒)
Laya_社区(4595) Laya2.0_文档(406) Laya3.0_api(400) Laya2.0_api(252) laya_api(215) Laya3.0_文档(126) Laya2.0_示例(22) Laya_示例(17)
...tanceText Sprite Node EventDispatcher ObjectSubclasses Input Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设...
来源: Laya2.0_api 发布时间: 20190513
...erColliderShape Class CylinderColliderShape CylinderColliderShape 类用于创建圆柱碰撞器。 Hierarchy ColliderShape CylinderColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Ac...
来源: Laya3.0_api 发布时间: 20231115
...suleColliderShape Class CapsuleColliderShape CapsuleColliderShape 类用于创建胶囊形状碰撞器。 Hierarchy ColliderShape CapsuleColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_U...
来源: Laya3.0_api 发布时间: 20231115
...域? ui list 里面的元素不能点击两次 一个时间轴动画里创建的多个动画,怎么分别调用?如图 写了一个小塔防游戏,分享给初学的朋友们(ts版本)《二》 请教一个关于laya2.5d项目美术规范的问题哈 遮罩点击事件 问题状态 最新活...
来源: Laya_社区 发布时间: 20170531
...hape" ConeColliderShape Class ConeColliderShape ConeColliderShape 类用于创建圆锥碰撞器。 Hierarchy ColliderShape ConeColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Access...
来源: Laya3.0_api 发布时间: 20231115
...ls "laya/d3/shader/SubShader" SubShader Class SubShader SubShader 类用于创建SubShader。 Hierarchy SubShader Index Constructors constructor Properties IncludeUniformMap Methods _addShaderPass addShaderPass getFlag setFlag __init__ regIncludeBindUnifrom Object literals DefaultAttributeMap Constr...
来源: Laya3.0_api 发布时间: 20231102
...Menu Globals "laya/d3/math/Vector2" Vector2 Class Vector2 Vector2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor Properties x y ONE ZERO Methods clone cloneTo forNativeElement fromArray setValue toArray writeTo dot normalize rewriteNumProperty scala...
来源: Laya3.0_api 发布时间: 20231102
... CannonPhysicsSimulation Class CannonPhysicsSimulation Simulation 类用于创建物理模拟器。 Hierarchy CannonPhysicsSimulation Index Properties fixedTimeStep maxSubSteps disableSimulation Accessors gravity solverIterations Methods clearForces dispatchCollideEvent rayCast rayCastAll raycastAll...
来源: Laya3.0_api 发布时间: 20231102
...态和三态,默认三态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import laya.ui.Button; import laya.utils.Handler; public class Button_Example { public function Button_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor...
来源: Laya3.0_api 发布时间: 20231115
...使用一个名为“layaFlashDebug”的项目,开发者也可以自己创建。项目入口文件类Main.as的代码如下: package { import flash.display.Sprite; import flash.events.Event; public class Main extends Sprite { public function Main() { if (stage) init(); else addEventListener(Eve...
来源: Laya_社区 发布时间: 20151218