大约有 16 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0074 秒)
...doTexture : BaseTexture 获取漫反射贴图。 PBRStandardMaterial alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial blend : int 获取混合方式。 PBRStandardMaterial blendDst : int 获取混合目标...
来源: Laya2.0_api 发布时间: 20190513
..._SRC_ALPHA RENDER_STATE_BLEND_SRC_RGB RENDER_STATE_CULL RENDER_STATE_DEPTH_TEST RENDER_STATE_DEPTH_WRITE RENDER_STATE_STENCIL_OP RENDER_STATE_STENCIL_REF RENDER_STATE_STENCIL_TEST RENDER_STATE_STENCIL_WRITE debugMode debugShaderVariantCollection Accessors name Methods addSubShader getSubShaderAt add...
来源: Laya3.0_api 发布时间: 20231102
...egory.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Connecting to com.layabox.game Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/dalvikvm: Late-...
来源: Laya_社区 发布时间: 20171218
...示例代码如下: const { regClass, property } = Laya; //枚举 enum TestEnum { A, B, C }; //字符串形式的枚举 enum Direction { Up = 'UP', Down = 'DOWN', Left = 'LEFT', Right = 'RIGHT' }; @regClass() export class Script extends Laya.Script { @property(Number)//数字类型,等价于{ ty...
来源: Laya3.0_文档 发布时间: 20251010
...r : Laya.Animator; onStart() { this.label.on( Laya.Event.CLICK, this, this.test ); //获得状态机 this.animator = this.target.getComponent<Laya.Animator>(Laya.Animator); } //运行状态机的跑动画,可使用动作融合方式 test(e: Laya.Event) { //动画状态机,过渡融合到Ru...
来源: Laya3.0_文档 发布时间: 20251010
...791 797 23046 W C01303/AppMgrService: [app_mgr_service_inner.cpp(FinishUserTestLocked:3108)]not start user test 01-06 17:34:41.791 797 23046 I C01719/ffrt: 32234:PushTask:51 push task gid=1556 to qid=19 [app_state_task_queue] 01-06 17:34:41.791 338 701 E C02d10/ExtractRule: GetJsonArray: failed to g...
来源: Laya_社区 发布时间: 20250106