大约有 3,031 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0070 秒)
Laya_社区(1088) Laya3.0_api(672) Laya2.0_api(368) laya_api(298) Laya2.0_文档(233) Laya_示例(146) Laya2.0_示例(118) Laya3.0_文档(108)
...Menu Globals "laya/d3/animation/AnimationTransform3D" AnimationTransform3D Class AnimationTransform3D AnimationTransform3D 类用于实现3D变换。 Hierarchy EventDispatcher AnimationTransform3D Index Constructors constructor Methods event getWorldMatrix hasListener off offAll offAllCaller on once...
来源: Laya3.0_api 发布时间: 20231102
API DocumentationAll Packages | All Classes | Index | Frames No Frames BoundSphereProperties | Methods Packagelaya.d3.mathClasspublic class BoundSphereInheritanceBoundSphere ObjectImplements laya.d3.core.IClone BoundSphere 类用于创建包围球。 Public Properties PropertyDefined By ...
来源: laya_api 发布时间: 20170929
...dMap; import Rectangle = Laya.Rectangle; import WebGL = Laya.WebGL; export class TiledMap_AnimationTile { private tiledMap: TiledMap; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(1100, 800, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER;...
来源: Laya_示例 发布时间: 20251209
API DocumentationAll Packages | All Classes | Index | Frames No Frames VertexPositionTerrainProperties | Methods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexPositionTerrainInheritanceVertexPositionTerrain ObjectImplements IVertex VertexPositionTerrain 类用于创建...
来源: Laya2.0_api 发布时间: 20190513
...s "laya/d3/core/particleShuriKen/module/GradientVelocity" GradientVelocity Class GradientVelocity GradientVelocity 类用于创建渐变速度。 Hierarchy GradientVelocity Implements IClone Index Constructors constructor Accessors constant constantMax constantMin gradientX gradientXMax gradientXMin...
来源: Laya3.0_api 发布时间: 20231115
...> </manifest> app\build.gradle app\proguard-rules.pro 添加-keep class demo.* -keep com.youme.imsdk.* -keep com.youme.imsdk.**{*;} -keep class com.youme.IMEngine.** -keep class com.youme.IMEngine.**{*;} -keep class com.iflytek.**{*;} -keepattributes Signature新建目录 “YIMChat” 建...
来源: Laya_社区 发布时间: 20170722
API DocumentationAll Packages | All Classes | Index | Frames No Frames GearJointProperties | Methods Packagelaya.physics.jointClasspublic class GearJointInheritanceGearJoint JointBase Component Object 齿轮关节:用来模拟两个齿轮间的约束关系,齿轮旋转时,产生的动...
来源: Laya2.0_api 发布时间: 20190513
...上显示多个动画。 代码示例: ```typescript module laya{ export class SkeletonTempletSample { templet: Laya.Templet; constructor() { Laya.WebGL.enable(); Laya.init(1000, 900); //创建动画模板 this.templet = new Laya.Templet(); this.templet.on(Laya.Event.COMPLETE, this, this.parseComp...
来源: Laya2.0_文档 发布时间: 20210715
API DocumentationAll Packages | All Classes | Index | Frames No Frames BoundsMethods Packagelaya.d3.coreClasspublic class BoundsInheritanceBounds ObjectImplements laya.d3.core.IClone Bounds 类用于创建包围体。 Public Methods MethodDefined By Bounds(min:Vector3, max:Vector3) 创...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames BitmapFontProperties | Methods Packagelaya.displayClasspublic class BitmapFontInheritanceBitmapFont Object BitmapFont 是位图字体类,用于定义位图字体信息。 Public Properties PropertyDefined By autoSc...
来源: laya_api 发布时间: 20170929