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

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

191. laya.d3.core.particleshuriken.ShurikenParticleRenderer_API3.0 [ 64%]

...rs constructor Properties _extra _particleSystem _receiveShadow _singleton owner runInEditor scriptPath sortingFudge stretchedBillboardCameraSpeedScale stretchedBillboardLengthScale stretchedBillboardSpeedScale Accessors awaked bounds boundsChange castShadow destroyed distanceForSort enabled hideFla...

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

192. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 64%]

...onstructors constructor Properties _bones _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bones bounds boundsChange castShadow destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset localBounds material materials ratioIgnor receiv...

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

193. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 63%]

...Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bounds boundsChange castShadow checkLOD destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset lodCullRateArray material materials ratioIgno...

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

194. 多行输入文本组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 63%]

...; @regClass() export class TextAreaControl extends Laya.Script { //declare owner : Laya.Sprite3D; @property( { type : Laya.TextArea } ) public txtarea: Laya.TextArea; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 ...

来源: Laya3.0_文档 发布时间: 20251010

195. laya.d3.physics.CharacterController_API3.0 [ 63%]

... Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath userData UPAXIS_X UPAXIS_Y UPAXIS_Z Accessors awaked btColliderObject canCollideWith ccdMotionThreshold ccdSweptSphereRadius colliderShape collisionGroup destroyed enabled fallSpeed friction gravi...

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

196. 用raycast选取实体,hitresult始终是false [ 63%]

...撞到的物体 // this.text.text = "碰撞到了" + outHitResult.collider.owner.name; console.log("碰撞到物体!!" + outHitResult.collider.owner.name) } 附件 : --> 射线选取实体的问题.zip 2019-12-19 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果...

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

197. laya.d3.core.pixelline.PixelLineFilter_API3.0 [ 63%]

...rayParams setDrawElemenParams Constructors constructor new PixelLineFilter(owner: PixelLineRenderer, maxLineCount: number): PixelLineFilter Overrides GeometryElement.constructor Defined in laya/d3/core/pixelLine/PixelLineFilter.ts:52 创建一个PixelLineFilter实例 Parameters owner: PixelLineRende...

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

198. 2D拖尾渲染器 · LayaAir3.3 · 引擎文档 · LAYABOX [ 63%]

...器的示例代码 */ export class NewScript extends Laya.Script { declare owner: Laya.Sprite; private _trail2D: Laya.Trail2DRender; //从场景文件中获取到的宽度曲线数据 private _widthCurve: any[]; //从场景文件中获取到的颜色渐变数据 private _gradient: any; //组件被...

来源: Laya3.0_文档 发布时间: 20251010

199. laya.d3.component.volume.batchvolume.BatchRender_API3.0 [ 63%]

...Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bounds boundsChange castShadow checkLOD destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset lodCullRateArray material materials ratioIgno...

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

200. 2.0版本可用的CameraMoveScript.ts [ 62%]

.../ onAwake(): void {         this.camera = (<Laya.Camera>this.owner);     }          /**          * @inheritDoc          */         /*override*/ onUpdate(): void {         var elapsedTime: number = Laya.timer.delta;         if (!isNaN...

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