大约有 2,971 项符合查询结果, 库内数据总量为 30,934 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1047) Laya3.0_api(668) Laya2.0_api(366) laya_api(298) Laya2.0_文档(230) Laya_示例(146) Laya2.0_示例(118) Laya3.0_文档(98)
API DocumentationAll Packages | All Classes | Index | Frames No Frames TextureGeneratorMethods Packagelaya.d3.resourceClasspublic class TextureGeneratorInheritanceTextureGenerator Object ... Public Methods MethodDefined By TextureGenerator()TextureGenerator _generateTexture2D(texture...
来源: Laya2.0_api 发布时间: 20190513
...nherited Externals Only exported Menu Globals "laya/d3/core/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Properties _boundBox TEMP_VECTOR3_MAX0 TEMP_VECTOR3_MAX1 Methods calculateBoundsintersection clone cloneTo getC...
来源: Laya3.0_api 发布时间: 20231102
API DocumentationAll Packages | All Classes | Index | Frames No Frames ColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class ColliderShapeInheritanceColliderShape ObjectImplements laya.d3.core.ICloneSubclasses BoxColliderShape, CapsuleColliderShape, CompoundCollide...
来源: Laya2.0_api 发布时间: 20190513
...分享 微博 QZONE 微信 jiye 赞同来自: 我在extends 后面多写了class 所以报了这个诡异的错 @xiaosong 2017-03-01 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jiye 相关问题 Layabox 2.0 bate5 运行编译之后 bu...
来源: Laya_社区 发布时间: 20170301
API DocumentationAll Packages | All Classes | Index | Frames No Frames FillTextCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class FillTextCmdInheritanceFillTextCmd Object 绘制文字 Public Properties PropertyDefined By color : String 定义文本颜色,比...
来源: Laya2.0_api 发布时间: 20190513
...obals "laya/d3/RenderObjs/RenderObj/RenderContext3DOBJ" RenderContext3DOBJ Class RenderContext3DOBJ Hierarchy RenderContext3DOBJ Implements IRenderContext3D Index Constructors constructor Properties cameraShaderData cameraUpdateMark configShaderData destTarget globalShaderData invertY pipelineMode s...
来源: Laya3.0_api 发布时间: 20231115
API DocumentationAll Packages | All Classes | Index | Frames No Frames Vector3KeyframeProperties | Methods Packagelaya.d3.coreClasspublic class Vector3KeyframeInheritanceVector3Keyframe Keyframe Object Vector3Keyframe 类用于创建三维向量关键帧实例。 Public Properties Hide Inhe...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientDataColorProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientDataColorInheritanceGradientDataColor ObjectImplements laya.d3.core.IClone GradientDataColor 类用于创建颜...
来源: laya_api 发布时间: 20170929
...ript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class UI_ProgressBar { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya...
来源: Laya2.0_示例 发布时间: 20250311
...为父类A.as的代码:package { import flash.display.Sprite; public class A extends Sprite { protected var data:String = "layabox"; public function A() { super(); } } } 作为子类B.as的代码:package { public class B extends A { public function B() { this.data = "layaFlash";//这里的...
来源: Laya_社区 发布时间: 20151211