大约有 1,839 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0052 秒)
Laya_社区(603) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya2.0_示例(68) Laya3.0_文档(53)
...on.ts:179 判断类型 Parameters value: boolean Returns void id get id(): number Inherited from AnimatorStateCondition.id Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:66 唯一ID Returns number name get name(): string set name(value: string): void Inherited from AnimatorStateCond...
来源: Laya3.0_api 发布时间: 20231102
...n laya/d3/RenderObjs/RenderObj/RenderElementOBJ.ts:22 drawCount drawCount: number Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ.ts:16 updateNums updateNums: number Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ.ts:18 Methods _addShaderInstance _addShaderInstance(...
来源: Laya3.0_api 发布时间: 20231115
... @regClass() export class UI_Button extends Laya.Script { private COLUMNS: number = 2; private BUTTON_WIDTH: number = 147; private BUTTON_HEIGHT: number = 165 / 3; private HORIZONTAL_SPACING: number = 200; private VERTICAL_SPACING: number = 100; private xOffset: number; private yOffset: number; priv...
来源: Laya3.0_文档 发布时间: 20241014
...rticle, Stat.toogle_msaa] Defined in laya/utils/Stat.ts:95 Static FPS FPS: number = 0 Defined in laya/utils/Stat.ts:102 每秒帧数。 Static RenderFuncToggle RenderFuncToggle: Array<StatToggleUIParams> = [Stat.toogle_Opaque, Stat.toogle_Transparent, Stat.toogle_CameraCMD, Stat.toogle_Skin, S...
来源: Laya3.0_api 发布时间: 20231115
... _cancelLoadByUrl(url:String):void[static] private Laya3D init(width:Number, height:Number, config:Config3D = null, compolete:Handler = null):void[static] 初始化Laya3D相关设置。 Laya3DPublic Constants ConstantDefined By ANIMATIONCLIP : String = ANIMATIONCLIP[static] AnimationClip...
来源: Laya2.0_api 发布时间: 20190513
...tructors constructor new StaticPlaneColliderShape(normal: Vector3, offset: number): StaticPlaneColliderShape Overrides ColliderShape.constructor Defined in laya/d3/physics/shape/StaticPlaneColliderShape.ts:22 创建一个新的 StaticPlaneColliderShape 实例。 Parameters normal: Vector3 offset: nu...
来源: Laya3.0_api 发布时间: 20231115
...ult class PoolManager { static _instance:any; public m_ObjectPoolDic:{[key:number]:QueueT<Laya.MeshSprite3D>}={} constructor() { } static getInstance() { return this._instance || (this._instance = new PoolManager()) } //初始化 //加载到内存中创建出来之后添加到这里面 publi...
来源: Laya_社区 发布时间: 20191206
...用于创建平面。 Public Properties PropertyDefined By distance : Number平面到坐标系原点的距离Plane normal : Vector3平面的向量Plane PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane PlaneIntersectionType_Front : int = 1[static] Pl...
来源: laya_api 发布时间: 20170929
...用于创建平面。 Public Properties PropertyDefined By distance : Number平面到坐标系原点的距离Plane normal : Vector3平面的向量Plane PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane PlaneIntersectionType_Front : int = 1[static] Pl...
来源: Laya2.0_api 发布时间: 20190513
...放射属性。 `enableReflection:Boolean` 是否开启反射。 `metallic:Number` 金属度。 `metallicGlossTexture:BaseTexture` 金属光滑度贴图。 `normalTexture:BaseTexture` 法线贴图。 `normalTextureScale:Number` 法线贴图缩放系数。 `occlusionTexture:BaseTexture` 遮挡贴图...
来源: Laya2.0_文档 发布时间: 20210715