大约有 676 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0033 秒)
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 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
...nt当前渲染物体。sceneproperty public var scene:Scene当前场景。Constructor DetailRenderState()Constructorpublic function RenderState() 创建一个 RenderState 实例。 Fri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
...eTemplate2D Hierarchy Resource ParticleTemplate2D Implements ISubmit Index Constructors constructor Properties _id destroyedImmediately lock name settings sv texture url uuid x y DEBUG activeBlendType Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _add...
来源: Laya3.0_api 发布时间: 20231115
...radientAngularVelocityenbaleproperty public var enbale:Boolean是否启用Constructor DetailRotationOverLifetime()Constructorpublic function RotationOverLifetime(angularVelocity:GradientAngularVelocity) 创建一个 RotationOverLifetime,不允许new,请使用静态创建函数。 实例。 Parame...
来源: laya_api 发布时间: 20170929
...radientAngularVelocityenbaleproperty public var enbale:Boolean是否启用Constructor DetailRotationOverLifetime()Constructorpublic function RotationOverLifetime(angularVelocity:GradientAngularVelocity) 创建一个 RotationOverLifetime,不允许new,请使用静态创建函数。 实例。 Parame...
来源: Laya2.0_api 发布时间: 20190513
...用于创建调色Effect Hierarchy PostProcessEffect ColorGradEffect Index Constructors constructor Properties _lutTex SHADERDEFINE_ACES SHADERDEFINE_CUSTOMLUT SHADERVALUE_CUSTOMLUT SHADERVALUE_CUSTOMLUTPARAMS SHADERVALUE_LUT SHADERVALUE_LUTPARAMS Accessors HueShift active colorFilter contrast enabl...
来源: Laya3.0_api 发布时间: 20231115
...eproperty public var playOnWake:Boolean = true 激活时是否自动播放Constructor DetailAnimatorControllerLayer()Constructorpublic function AnimatorControllerLayer(name:String) 创建一个 AnimatorControllerLayer 实例。 Parameters name:StringMethod Detailclone()method public function clone(...
来源: Laya2.0_api 发布时间: 20190513
...re2D RenderTexture TextureCube Texture2DArray Texture2D VideoTexture 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
...y BaseRender MeshRenderer SkinnedMeshRenderer Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bounds boundsChange castShadow destroyed distanceForSort enabled hideFlags id lightmapIndex light...
来源: Laya3.0_api 发布时间: 20231115
...ends Laya.Script { @property({ type: Laya.Image }) public img: Laya.Image; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { this.img.skin = "resources/layaAir.png";//设置皮肤 this.img.useSour...
来源: Laya3.0_文档 发布时间: 20251010