大约有 676 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0036 秒)
Laya3.0_api(470) Laya2.0_api(71) Laya3.0_文档(63) laya_api(58) Laya_社区(8) Laya_示例(2) Laya2.0_文档(2) Laya2.0_示例(2)
...ax:Vector3最大顶点。minproperty public var min:Vector3最小顶点。Constructor DetailBoundBox()Constructorpublic function BoundBox(min:Vector3, max:Vector3) 创建一个 BoundBox 实例。 Parameters min:Vector3 — 包围盒的最小顶点。 max:Vector3 — 包围盒的最大顶点。 Me...
来源: Laya2.0_api 发布时间: 20190513
...ationClip2D Class AnimationClip2D Hierarchy Resource AnimationClip2D Index Constructors constructor Properties _id destroyedImmediately islooping lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _rem...
来源: Laya3.0_api 发布时间: 20231115
...理。 Implementation public static function get enbalePhysics():*Constructor DetailLaya3D()Constructorpublic function Laya3D() 创建一个 Laya3D 实例。 Method Detail_cancelLoadByUrl()method public static function _cancelLoadByUrl(url:String):void private Parameters url:Stringinit()meth...
来源: Laya2.0_api 发布时间: 20190513
...f (instance) { var className: string = instance["__className"] || instance.constructor._$gid; if (className) Pool.recover(className, instance); } } 有了这两种对应的方式,我们可以不用在代码中去关心每个对象的创建和回收,只关心对象的内部逻辑就好了。比...
来源: Laya3.0_文档 发布时间: 20251010
...式。localModeproperty public var localMode:Boolean = true变换模式。Constructor DetailCameraAnimations()Constructorpublic function CameraAnimations() 创建一个新的 CameraAnimations 实例。 Sat Jun 3 2017, 06:12 PM +08:00
来源: laya_api 发布时间: 20170603
...建刚体碰撞器。 Hierarchy PhysicsTriggerComponent Rigidbody3D Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath userData TYPE_DYNAMIC TYPE_KINEMATIC TYPE_STATIC Accessors angularDamping angularFactor angularVelocity awaked btColliderObject c...
来源: Laya3.0_api 发布时间: 20231115
...取旋转方位信息: class Gyroscope_Sample { private info: Laya.Text; constructor() { Laya.init(550, 400); this.info = new Laya.Text(); this.info.fontSize = 50; this.info.color = "#FFFFFF"; this.info.size(Laya.stage.width, Laya.stage.height); Laya.stage.addChild(this.info); Laya.Gyroscope.insta...
来源: Laya3.0_文档 发布时间: 20251010
...ture VideoTexture 多媒体纹理 Hierarchy BaseTexture VideoTexture Index Constructors constructor Properties _id _isLoaded _needUpdate destroyedImmediately element lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel buffered compareMode cpuMemory currentSrc currentTime defaultTexture des...
来源: Laya3.0_api 发布时间: 20231115
...的内容。 aWindow.modal = true; class MyWindow extends Laya.GWindow { constructor() { super(); this.modal = true; } } 当模态窗口显示时,模态窗口背后可以自动覆盖一层灰色的颜色,这个颜色可以自定义: Laya.UIConfig2.modalLayerColor = "#333333"; 当点击窗口...
来源: Laya3.0_文档 发布时间: 20251010
...r):voidrenderQueueproperty public var renderQueue:int 所属渲染队列. Constructor DetailBaseMaterial()Constructorpublic function BaseMaterial() 创建一个 BaseMaterial 实例。 Method Detail_addReference()methodoverride public function _addReference(count:int = 1):void Parameters count:int (...
来源: Laya2.0_api 发布时间: 20190513