大约有 109 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
Laya_社区(52) Laya2.0_文档(20) Laya3.0_api(14) Laya2.0_示例(6) Laya_示例(6) laya_api(5) Laya2.0_api(4) Laya3.0_文档(2)
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/SkinSlotDisplayData" SkinSlotDisplayData Class SkinSlotDisplayData 插槽显示数据 Hierarchy SkinSlotDisplayData Index Properties attachmentName bones height lengths name texture transform triangles type uvs verLen ve...
来源: Laya3.0_api 发布时间: 20231115
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/BoneSlot" BoneSlot Class BoneSlot Hierarchy BoneSlot Index Properties attachmentName currDisplayData currSlotData currTexture displayIndex name parent srcDisplayIndex templet type Methods copy draw drawBonePoint getMatri...
来源: Laya3.0_api 发布时间: 20231115
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Transform" Transform Class Transform Hierarchy Transform Index Properties scX scY skX skY skewX skewY x y Methods getMatrix initData skew Properties scX scX: number = 1 Defined in laya/ani/bone/Transform.ts:10 水平方...
来源: Laya3.0_api 发布时间: 20231115
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/EventData" EventData Class EventData 事件数据 Hierarchy EventData Index Constructors constructor Properties audioValue floatValue intValue name stringValue time Constructors constructor new EventData(): EventData Def...
来源: Laya3.0_api 发布时间: 20231115
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/canvasmesh/SkinMeshForGraphic" SkinMeshForGraphic Class SkinMeshForGraphic Laya Hierarchy MeshData SkinMeshForGraphic Index Constructors constructor Properties canvasPadding indexes texture transform useUvTransform uvTra...
来源: Laya3.0_api 发布时间: 20231115
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/canvasmesh/MeshData" MeshData Class MeshData 网格数据 Hierarchy MeshData SkinMeshForGraphic Index Properties canvasPadding indexes texture useUvTransform uvTransform uvs vertices Methods getBounds Properties canvasPa...
来源: Laya3.0_api 发布时间: 20231115
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/SlotData" SlotData Class SlotData Hierarchy SlotData Index Properties displayArr name Methods getDisplayByName Properties displayArr displayArr: any[] = [] Defined in laya/ani/bone/SlotData.ts:4 name name: string Defined...
来源: Laya3.0_api 发布时间: 20231115
2.3版本创建自定义蒙皮shader,BONE宏定义失效 在2.3版本创建自定义蒙皮shader,BONE宏定义失效。 参考UnlitMaterial的代码,没相关BONE定义的代码,估计引擎在其他地方做了定义操作。 但自定义的shader没有执行BONE定义包含的语句。...
来源: Laya_社区 发布时间: 20190927
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Templet" Templet Class Templet 动画模板类 Hierarchy AnimationTemplet Templet Index Constructors constructor Properties _id aniSectionDic bindBoneBoneSlotDic boneSlotArray boneSlotDic deformAniArr destroyedImmediatel...
来源: Laya3.0_api 发布时间: 20231115
实例化 laya.ani.bone.Skeleton 对象报错 export default class showSpine extends Laya.Script{ constructor() { super(); //创建一个Skeleton对象 //Laya let skeleton: laya.ani.bone.Skeleton = new laya.ani.bone.Skeleton(); } } 实例化报错 为啥 2018-09-28 添加评论 免费帖 --> 分享...
来源: Laya_社区 发布时间: 20180928