• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 826 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)

41. laya.utils.TimeLine [ 90%]

...象的属性  duration:Number — 对象TWEEN的时间  ease:Function (default = null) — 缓动类型  offset:Number (default = 0) — 相对于上一个对象,偏移多长时间(单位:毫秒) ReturnsTimeLinefrom()method  public static function from(target:*, props:Object, duration:Nu...

来源: Laya2.0_api 发布时间: 20190513

42. laya.d3.core.render.command.CommandBuffer_API3.0 [ 89%]

...ommand/CommandBuffer.ts:43 创建一个 CommandBuffer 实例。 Parameters Default value name: string = null Default value shadowCaster: boolean = false Returns CommandBuffer Accessors casterShadow get casterShadow(): boolean Defined in laya/d3/core/render/command/CommandBuffer.ts:58 Returns boolean...

来源: Laya3.0_api 发布时间: 20231115

43. laya.d3.math.Matrix4x4 [ 89%]

...算矩阵的转置矩阵Matrix4x4Public Constants ConstantDefined By  DEFAULT : Matrix4x4[static] 默认矩阵,禁止修改Matrix4x4Property Detailelementspropertypublic var elements:Float32Array矩阵元素数组Constructor DetailMatrix4x4()Constructorpublic function Matrix4x4(m11:Number = 1, m1...

来源: laya_api 发布时间: 20170929

44. laya.d3.resource.RenderTexture [ 89%]

...ed Public Properties Show Inherited Public Properties PropertyDefined By defaulteTexture : BaseTexture[read-only] 获取纹理资源。 BaseTexture  depthStencilBuffer : *[read-only] RenderTexture  depthStencilFormat : int[read-only] 获取深度格式。 return 深度格式。 RenderTexture ...

来源: laya_api 发布时间: 20170929

45. laya.utils.Handler_API3.0 [ 89%]

...根据指定的属性值,创建一个 Handler 类的实例。 Parameters Default value caller: Object | null = null 执行域。 Default value method: Function | null = null 处理函数。 Default value args: any[] | null = null 函数参数。 Default value once: boolean = false 是否只执行...

来源: Laya3.0_api 发布时间: 20231115

46. laya.d3.component.Animator [ 89%]

...x:int = 0):AnimatorPlayState 获取当前的播放状态。 Animator  getDefaultState(layerIndex:int = 0):AnimatorState 获取默认动画状态。 Animator  linkSprite3DToAvatarNode(nodeName:String, sprite3D:Sprite3D):Boolean 关联精灵节点到Avatar节点,此Animator必须有Avatar文件。...

来源: Laya2.0_api 发布时间: 20190513

47. laya.d3.resource.DataTexture2D [ 89%]

...ed Public Properties Show Inherited Public Properties PropertyDefined By defaulteTexture : BaseTexture[read-only] 获取纹理资源。 BaseTexture format : int[read-only] 纹理格式 BaseTexture height : int[read-only] 获取高度。 BaseTexture magFifter : int 放大过滤器 BaseTexture m...

来源: laya_api 发布时间: 20170929

48. laya.net.Loader [ 88%]

...存。 Parameters url:String — 资源地址。  forceDispose:Boolean (default = false) — 是否强制销毁,有些资源是采用引用计数方式销毁,如果forceDispose=true,则忽略引用计数,直接销毁,比如Texture,默认为false clearResByGroup()method  public static f...

来源: laya_api 发布时间: 20170929

49. 2.0里面的组件(Laya.Script)的prop其中几个类型应该怎么设置 [ 88%]

...例 我这里提供一下其他的类型的范例供大家参考   export default class TestScript extends Laya.Script { /** @prop {name:intType, tips:"整数类型示例", type:Int, default:1000}*/ public intType: number = 1000; /** @prop {name:numType, tips:"数字类型示例", type:Number, defa...

来源: Laya_社区 发布时间: 20181215

50. laya.d3.math.Matrix4x4 [ 88%]

...算矩阵的转置矩阵Matrix4x4Public Constants ConstantDefined By  DEFAULT : Matrix4x4[static] 默认矩阵,禁止修改Matrix4x4  ZERO : Matrix4x4[static] 默认矩阵,禁止修改Matrix4x4Property Detailelementspropertypublic var elements:Float32Array矩阵元素数组Constructor DetailMat...

来源: Laya2.0_api 发布时间: 20190513