大约有 2,047 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0078 秒)
...eCompoundColliderShape ColliderShape Object CompoundColliderShape 类用于创建盒子形状碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By localOffset : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quater...
来源: Laya2.0_api 发布时间: 20190513
...eShapeInheritanceHemisphereShape BaseShape Object HemisphereShape 类用于创建半球形粒子形状。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By emitFromShell : Boolean从外壳发射。HemisphereShape enable : Boolean是否启用...
来源: laya_api 发布时间: 20170929
...eShapeInheritanceHemisphereShape BaseShape Object HemisphereShape 类用于创建半球形粒子形状。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By emitFromShell : Boolean从外壳发射。HemisphereShape enable : Boolean是否启用...
来源: Laya2.0_api 发布时间: 20190513
...如何获得场景内的元素 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 如何获取一个3D模型的长宽高? 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 怎么实现同一个工程内分包? 我刚开始使用layabox,发布了一个h5...
来源: Laya_社区 发布时间: 20180808
...循环。AnimationClipPublic Methods MethodDefined By AnimationClip() 创建一个 AnimationClip 实例。 AnimationClip load(url:String):AnimationClip[static] 加载动画模板。 AnimationClip onAsynLoaded(url:String, data:*, params:Array):void[override] private AnimationClipProtected ...
来源: laya_api 发布时间: 20170929
...mePublic Methods MethodDefined By SizeOverLifetime(size:GradientSize) 创建一个 SizeOverLifetime 实例。 SizeOverLifetime clone():* 克隆。 SizeOverLifetime cloneTo(destObject:*):void 克隆。 SizeOverLifetimeProperty Detailenbalepropertypublic var enbale:Boolean是否启用sizepr...
来源: laya_api 发布时间: 20170929
...mePublic Methods MethodDefined By SizeOverLifetime(size:GradientSize) 创建一个 SizeOverLifetime 实例。 SizeOverLifetime clone():* 克隆。 SizeOverLifetime cloneTo(destObject:*):void 克隆。 SizeOverLifetimeProperty Detailenbalepropertypublic var enbale:Boolean是否启用sizepr...
来源: Laya2.0_api 发布时间: 20190513
...其他模型使用,这里我们就是将上面拿到的材质添加给新创建的球: > ```typescript //代码创建一个球体 var sphere2 = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(0.5))) as Laya.MeshSprite3D; //将创建的球放置在导出球的同一点 this.s...
来源: Laya2.0_文档 发布时间: 20210715
...heritanceConstraintComponent Component Object ConstraintComponent 类用于创建约束的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By appliedImpulse : Number[read-only] 获取应用的冲力。 ConstraintComponent breakingIm...
来源: Laya2.0_api 发布时间: 20190513
...个简单的例子来看下用法: class LayaSample { constructor() { //创建HttpRequest对象 let http: Laya.HttpRequest = new Laya.HttpRequest(); //设置超时时间 http.http.timeout = 10000; //发送了一个简单的请求 http.send("resources/data.txt", "", "get", "text");//需要在resour...
来源: Laya3.0_文档 发布时间: 20250104