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

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

441. laya.d3.core.SkinnedMeshRenderer_API3.0 [ 72%]

...ported Menu Globals "laya/d3/core/SkinnedMeshRenderer" SkinnedMeshRenderer Class SkinnedMeshRenderer SkinMeshRenderer 类用于蒙皮渲染器。 Hierarchy MeshRenderer SkinnedMeshRenderer SimpleSkinnedMeshRenderer Implements IBoundsCell Index Constructors constructor Properties _bones _extra _recei...

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

442. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 72%]

...Globals "laya/d3/core/SimpleSkinnedMeshRenderer" SimpleSkinnedMeshRenderer Class SimpleSkinnedMeshRenderer Hierarchy SkinnedMeshRenderer SimpleSkinnedMeshRenderer Implements IBoundsCell Index Constructors constructor Properties _bones _extra _receiveShadow _singleton owner runInEditor scriptPath sor...

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

443. laya.d3.renderobjs.nativeobj.NativeRenderState_API3.0 [ 72%]

...Globals "laya/d3/RenderObjs/NativeOBJ/NativeRenderState" NativeRenderState Class NativeRenderState Hierarchy NativeRenderState Index Constructors constructor Properties _nativeObj Accessors blend blendEquation blendEquationAlpha blendEquationRGB cull depthTest depthWrite dstBlend dstBlendAlpha dstBl...

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

444. laya.d3.core.trail.TrailMaterial [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TrailMaterialProperties | Methods | Constants Packagelaya.d3.core.trailClasspublic class TrailMaterialInheritanceTrailMaterial BaseMaterial laya.resource.Resource TrailMaterial 类用于实现拖尾材质。 Public Prop...

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

445. laya.d3.core.material.EffectMaterial [ 72%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames EffectMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class EffectMaterialInheritanceEffectMaterial BaseMaterial laya.resource.Resource EffectMaterial 类用于实现Mesh特效材质。 ...

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

446. 字体切片组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 72%]

...下面给出一个示例代码,实现脚本控制FontClip: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property( { type : Laya.FontClip } ) public fontclp: Laya.FontClip; constructor() { super(); } // 组件被激活后执行,此时所有节...

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

447. laya.d3.physics.shape.BoxColliderShape_API3.0 [ 71%]

...ted Menu Globals "laya/d3/physics/shape/BoxColliderShape" BoxColliderShape Class BoxColliderShape BoxColliderShape 类用于创建盒子形状碰撞器。 Hierarchy ColliderShape BoxColliderShape Implements IClone Index Constructors constructor Properties needsCustomCollisionCallback SHAPEORIENTATIO...

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

448. 自定义组件时,设置组件子节点的image的skin时,路径为layaIde的路径而非项目路径 [ 71%]

...I.Button; import laya.ui.Image; /** * ... * @author Caixiansheng */ public class HProgressSlider extends HSlider { /**@private */ protected var _progress:Image protected var _proMask:Sprite; public function HProgressSlider(skin:String=null) { super(skin); } override protected function initialize():v...

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

449. laya.d3.shader.ShaderCompile3D [ 71%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ShaderCompile3DProperties | Methods | Constants Packagelaya.d3.shaderClasspublic class ShaderCompile3DInheritanceShaderCompile3D ObjectPublic Properties PropertyDefined By  _conchShader : *ShaderCompile3D  debugMod...

来源: laya_api 发布时间: 20170929

450. FontChip不能显示 [ 71%]

... * fontClip.value = "a1326";//显示"a1326"文字      */     public class FontClip extends Clip {         /**数值*/         protected var _valueArr:String;         /**文字内容数组**/         protected var _indexMap:Object;         /**位图字体内容**/...

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