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

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

41. laya.d3.shader.ShaderVariant_API3.0 [ 86%]

... constructor Accessors defineNames passIndex shader subShaderIndex Methods clone equal setValue Constructors constructor new ShaderVariant(shader: Shader3D, subShaderIndex: number, passIndex: number, defines: string[]): ShaderVariant Defined in laya/d3/shader/ShaderVariantCollection.ts:46 创建着...

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

42. laya.d3.core.particleshuriken.module.GradientDataNumber_API3.0 [ 86%]

...er 类用于创建浮点渐变。 Hierarchy GradientDataNumber Implements IClone Index Constructors constructor Accessors gradientCount Methods add clone cloneTo getAverageValue getKeyByIndex getValueByIndex Constructors constructor new GradientDataNumber(): GradientDataNumber Defined in laya/d3/cor...

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

43. laya.d3.core.particleshuriken.module.shape.BaseShape_API3.0 [ 86%]

...ape BoxShape CircleShape ConeShape HemisphereShape SphereShape Implements IClone Index Constructors constructor Properties enable randomDirection shapeType Methods clone cloneTo generatePositionAndDirection Constructors constructor new BaseShape(): BaseShape Defined in laya/d3/core/particleShuriKen/...

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

44. laya.d3.shader.DefineDatas [ 86%]

...lic class DefineDatasInheritanceDefineDatas ObjectImplements laya.d3.core.IClone DefineDatas 类用于创建宏定义数据。 Public Methods  MethodDefined By  DefineDatas() 创建一个 DefineDatas 实例。 DefineDatas  add(define:int):void 增加Shader宏定义。 DefineDatas  clone():* ...

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

45. laya.d3.physics.shape.StaticPlaneColliderShape_API3.0 [ 86%]

...碰撞器。 Hierarchy ColliderShape StaticPlaneColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation type Methods clone cloneTo destroy updateLocalTran...

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

46. laya.d3.resource.models.MorphTargetData_API3.0 [ 86%]

...Count vertexCount vertexDec Accessors channelCount Methods addMorphChannel clone destroy getMorphChannel getMorphChannelbyIndex initData Constructors constructor new MorphTargetData(): MorphTargetData Defined in laya/d3/resource/models/MorphTargetData.ts:40 Returns MorphTargetData Properties bounds ...

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

47. Resources already exist,is repeated loading 加载特效报重复加载 [ 86%]

...private scaleValue:number = 0;              private layaMonkey_clone1:Laya.Sprite3D;     private layaMonkey_clone2:Laya.Sprite3D;     private layaMonkey_clone3:Laya.Sprite3D;      private clone1Transform:Laya.Transform3D;     private clone2Transform:Laya.Transform3D;  ...

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

48. laya.d3.core.particleShuriKen.module.GradientDataInt [ 86%]

...s GradientDataIntInheritanceGradientDataInt ObjectImplements laya.d3.core.IClone GradientDataInt 类用于创建整形渐变。 Public Properties PropertyDefined By  gradientCount : int[read-only] 整形渐变数量。GradientDataIntPublic Methods  MethodDefined By  GradientDataInt() 创建一...

来源: laya_api 发布时间: 20170929

49. laya.d3.core.particleShuriKen.module.GradientDataInt [ 86%]

...s GradientDataIntInheritanceGradientDataInt ObjectImplements laya.d3.core.IClone GradientDataInt 类用于创建整形渐变。 Public Properties PropertyDefined By  gradientCount : int[read-only] 整形渐变数量。GradientDataIntPublic Methods  MethodDefined By  GradientDataInt() 创建一...

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

50. Sprite3D-Sprite3D克隆 [ 86%]

...men/skinModel/LayaMonkey/LayaMonkey.lh")); //克隆sprite3d var layaMonkey_clone1 = Laya.Sprite3D.instantiate(layaMonkey, scene, false, new Laya.Vector3(0.6, 0, 0)); //克隆sprite3d var layaMonkey_clone2 = scene.addChild(Laya.Sprite3D.instantiate(layaMonkey, null, false, new Laya.Vector3(-0.6, 0, 0...

来源: Laya_示例 发布时间: 20251130