大约有 359 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
... 类用于生成立方体纹理。 Hierarchy BaseTexture TextureCube Index Constructors constructor Properties destoryedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gammaSpace gpuM...
来源: Laya3.0_api 发布时间: 20231102
...Property Detailisloopingpropertypublic var islooping:Boolean是否循环。Constructor DetailAnimationClip()Constructorpublic function AnimationClip() 创建一个 AnimationClip 实例。 Method Detail_disposeResource()methodoverride protected function _disposeResource():void _evaluateClipDatasRealT...
来源: Laya2.0_api 发布时间: 20190513
... 类用于生成立方体纹理。 Hierarchy BaseTexture TextureCube Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gammaSpace ...
来源: Laya3.0_api 发布时间: 20231115
...Texture2DArray 2D 纹理 数组 Hierarchy BaseTexture Texture2DArray Index Constructors constructor Properties _id depth destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gamma...
来源: Laya3.0_api 发布时间: 20231115
...值。strColorproperty public var strColor:String 字符串型颜色值。Constructor DetailColor()Constructorpublic function Color(str:*) 根据指定的属性值,创建一个 Color 类的实例。 Parameters str:* — 颜色值。 Method Detailcreate()method public static function create(str:*)...
来源: laya_api 发布时间: 20170422
...er CommandBuffer 类用于创建命令流。 Hierarchy CommandBuffer Index Constructors constructor Accessors casterShadow context name Methods _apply _applyOne addCustomCMD blitScreenQuad blitScreenQuadByMaterial blitScreenTriangle clearRenderTarget drawMesh drawMeshInstance drawRender getCommandsS...
来源: Laya3.0_api 发布时间: 20231115
...建角色控制器。 Hierarchy PhysicsComponent CharacterController Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath userData UPAXIS_X UPAXIS_Y UPAXIS_Z Accessors awaked btColliderObject canCollideWith ccdMotionThreshold ccdSweptSphereRadius col...
来源: Laya3.0_api 发布时间: 20231115
...BlendRGB:intRGB源混合参数,在blend为BLEND_ENABLE_SEPERATE时生效。Constructor DetailRenderState()Constructorpublic function RenderState() 创建一个 RenderState 实例。 Method Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method public f...
来源: Laya2.0_api 发布时间: 20190513
...件网格数据模板。 Hierarchy Resource Mesh Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock morphTargetData name url uuid DEBUG MESH_INSTANCEBUFFER_TYPE_NORMAL MESH_INSTANCEBUFFER_TYPE_SIMPLEANIMATOR Accessors bounds cpuMemory destroyed gpuMemory id ind...
来源: Laya3.0_api 发布时间: 20231115
... 平移距离 private translate: Laya.Vector3 = new Laya.Vector3(1, 1, 1); constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { // 平移cube this.cube.transform.translate(this.translate, false); } }...
来源: Laya3.0_文档 发布时间: 20241014