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

大约有 2,945 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0070 秒)

961. laya.d3.physics.shape.BoxColliderShape_API3.0 [ 71%]

...ted Menu Globals "laya/d3/physics/shape/BoxColliderShape" BoxColliderShape Class BoxColliderShape BoxColliderShape 类用于创建盒子形状碰撞器。 Hierarchy ColliderShape BoxColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATIO...

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

962. laya.d3.graphics.VertexPositionNormalColorTextureSkin [ 70%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexPositionNormalColorTextureSkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTextureSkinInheritanceVertexPositionNormalColorTextureSkin ObjectImplements IVertex VertexPositio...

来源: laya_api 发布时间: 20170929

963. laya.components.AnimatorControllerLayer2D_API3.0 [ 70%]

...bals "laya/components/AnimatorControllerLayer2D" AnimatorControllerLayer2D Class AnimatorControllerLayer2D Hierarchy AnimatorControllerLayer2D Implements IClone Index Constructors constructor Properties blendingMode defaultWeight enable name playOnWake BLENDINGMODE_ADDTIVE BLENDINGMODE_OVERRIDE Acce...

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

964. laya.maths.Color_API3.0 [ 70%]

...ll Inherited Externals Only exported Menu Globals "laya/maths/Color" Color Class Color Color 类用于创建颜色实例。 Hierarchy Color Implements IClone Index Constructors constructor Properties a b g r BLACK BLUE CLEAR CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromAr...

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

965. 骨骼动画-换装 [ 70%]

..., mCurrIndex = 0, mSkinList = ["goblin","goblingirl"], mCurrSkinIndex = 0; class Skeleton_ChangeSkin { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Sprite = Laya.Sprite; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth...

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

966. 绘制矩形与圆角矩形(TypeScript-LayaAir基础篇(TS)-矢量图) [ 70%]

... = Laya.Sprite;     import Stage = Laya.Stage;       export class Sprite_DrawShapes {         private sp: Sprite;           constructor()         {             //初始化舞台             Laya.init(500, 300);           ...

来源: Laya2.0_文档 发布时间: 20210715

967. laya.components.Component_API3.0 [ 70%]

...Externals Only exported Menu Globals "laya/components/Component" Component Class Component Component 类用于创建组件的基类。 Hierarchy Component Widget Volume MeshFilter ConstraintComponent PhysicsComponent BaseRender Light Animator Animator2D RigidBody ColliderBase Script LODGroup HLOD Ef...

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

968. laya.d3.core.particleShuriKen.module.shape.ConeShape [ 70%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ConeShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class ConeShapeInheritanceConeShape BaseShape Object ConeShape 类用于创建锥形粒子形状。 Public Properties Hide Inheri...

来源: laya_api 发布时间: 20170929

969. laya.d3.core.particleShuriKen.module.shape.ConeShape [ 70%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ConeShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class ConeShapeInheritanceConeShape BaseShape Object ConeShape 类用于创建锥形粒子形状。 Public Properties Hide Inheri...

来源: Laya2.0_api 发布时间: 20190513

970. dialog的popup方法不会关闭其他弹窗 [ 70%]

...窗没有图层蒙版也没有关闭其他dialog 登录界面的代码: class LoginView extends ui.loginUI { normalDialog: NormalDialog; constructor() { super();  this.btn_signin.on(Laya.Event.CLICK, null, () => { this.showDialog("登录成功") }); this.btn_register.on(Laya.Event.CLICK, null,...

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