大约有 676 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0035 秒)
Laya3.0_api(470) Laya2.0_api(71) Laya3.0_文档(63) laya_api(58) Laya_社区(8) Laya_示例(2) Laya2.0_文档(2) Laya2.0_示例(2)
...er椎体长度。radiusproperty public var radius:Number发射器半径。Constructor DetailConeShape()Constructorpublic function ConeShape() 创建一个 ConeShape 实例。 Method Detail_getShapeBoundBox()methodoverride protected function _getShapeBoundBox(boundBox:BoundBox):void Parameters bound...
来源: Laya2.0_api 发布时间: 20190513
...tproperty public var getContext:Function 获取 Canvas 渲染上下文。 Constructor DetailHTMLCanvas()Constructorpublic function HTMLCanvas(type:String) 根据指定的类型,创建一个 HTMLCanvas 实例。请不要直接使用 new HTMLCanvas! Parameters type:String — 类型。2D、3D。 ...
来源: laya_api 发布时间: 20170929
...perty public var velocityAddVariance:Number = 0发射器速度随机值。Constructor DetailEmitterRing()Constructorpublic function EmitterRing(particle3D:Particle3D) 创建一个 EmitterRing 实例。 Parameters particle3D:Particle3D — 粒子。 Method Detailemit()methodoverride public function ...
来源: laya_api 发布时间: 20170603
...Texture2D 类用于生成2D纹理。 Hierarchy BaseTexture Texture2D Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG TEXTURE2D blackTexture errorTexture grayTexture normalTexture whiteTexture Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defau...
来源: Laya3.0_api 发布时间: 20231115
...点的水平坐标。yproperty public var y:Number该点的垂直坐标。Constructor DetailPoint()Constructorpublic function Point(x:Number = 0, y:Number = 0) 根据指定坐标,创建一个新的 Point 对象。 Parameters x:Number (default = 0) — (可选)水平坐标。 y:Number (defau...
来源: Laya2.0_api 发布时间: 20190513
...read-only] [override] Implementation public function get source():*Constructor DetailSolidColorTexture2D()Constructorpublic function SolidColorTexture2D(color:Vector4) 创建一个 SolidColorTexture2D 实例。 Parameters color:Vector4Method DetaildetoryResource()methodoverride protected fun...
来源: laya_api 发布时间: 20170929
...的中心。radiusproperty public var radius:Number包围球的半径。Constructor DetailBoundSphere()Constructorpublic function BoundSphere(center:Vector3, radius:Number) 创建一个 BoundSphere 实例。 Parameters center:Vector3 — 包围球的中心。 radius:Number — 包围球的半径...
来源: laya_api 发布时间: 20170929
...宫格的处理,供UI组件使用。 Hierarchy Graphics AutoBitmap Index Constructors constructor Properties _color uv Accessors cmds color height sizeGrid source width Methods addCmd alpha clear clipRect destroy drawCircle drawCurves drawEllipse drawImage drawLine drawLines drawPath drawPie drawP...
来源: Laya3.0_api 发布时间: 20231115
...extends Laya.Script { private skin: string = "atlas/comp/colorPicker.png"; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { Laya.loader.load(this.skin).then( ()=>{ this.onColorPickerSkinLoaded(); } ...
来源: Laya3.0_文档 发布时间: 20251010
...像机的父类。 Hierarchy BaseRender UI3D Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge TempMatrix Accessors awaked billboard bounds boundsChange castShadow cull destroyed distanceForSort enableHit enabl...
来源: Laya3.0_api 发布时间: 20231115