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

大约有 3,003 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0145 秒)

2701. laya.d3.core.Camera [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames CameraProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class CameraInheritanceCamera BaseCamera Sprite3D ComponentNode Node EventDispatcher Object Camera 类用于创建摄像机。 Public Prope...

来源: laya_api 发布时间: 20170929

2702. laya.d3.core.material.PBRMaterial [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PBRMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRMaterialInheritancePBRMaterial BaseMaterial laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inhe...

来源: laya_api 发布时间: 20170929

2703. Animation 的createFrames 使用已经加载的图集缓存动画失败 [ 41%]

...件的形式上传,我们好方便快速的查找问题。     public class Animation_Altas { private const AniConfPath:String = "res/fighter/fighter.json"; private var fly:Animation; public function Animation_Altas() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Br...

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

2704. rigidBody.applyForce 对刚体应用力,物体没有移动 [ 41%]

...orld_BaseCollider 粘贴以下代码执行: //问题在 addSphere 方法 class PhysicsWorldBaseCollider{     constructor(){         //初始化引擎         Laya3D.init(0, 0);         //设置画布模式         Laya.stage.scaleMode = Laya.Stage.SCALE_FULL;         Laya.sta...

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

2705. localRotationEulerY旋转位置错误 [ 41%]

...建议用脚本方式实现,比如子弹脚本。  */ export default class GameUI extends ui.test.TestSceneUI {     private mat1: Laya.BlinnPhongMaterial;     private newScene: Laya.Scene3D;     private arr: any;     constructor() {         super();      ...

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

2706. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 41%]

... = Laya.Event; var Stat = Laya.Stat; var SpineTemplet = Laya.SpineTemplet; class SpineBinary {     constructor() {         this.aniPath = "res/powerup-pro.skel";         this.index = -1;         // Laya.init(Browser.width, Browser.height, WebGL);         // Laya.stage.scaleMode = S...

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

2707. WebSocket发送与接收数据(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 41%]

...t laya.net.Socket; import laya.utils.Byte; import laya.webgl.WebGL; public class Game { private var socket:Socket; private var byte:Byte; public function Game() { //初始化引擎 Laya.init(600, 400,WebGL);// this.byte = new Byte(); this.byte.endian = Byte.LITTLE_ENDIAN;//这里我们采用小端...

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

2708. laya.d3.core.Sprite3D [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Sprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class Sprite3DInheritanceSprite3D ComponentNode Node EventDispatcher ObjectImplements IUpdate, laya.resource.ICreateResource, laya.d3.core.ICloneSubcl...

来源: laya_api 发布时间: 20170929

2709. laya.ui.MoreGame [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MoreGameProperties | Methods | Events Packagelaya.uiClasspublic class MoreGameInheritanceMoreGame View Scene Sprite Node EventDispatcher Object 游戏中心插件 Public Properties Hide Inherited Public Properties Show ...

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

2710. laya.ui.Radio [ 41%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RadioProperties | Methods | Events Packagelaya.uiClasspublic class RadioInheritanceRadio Button UIComponent Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择...

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