大约有 138 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
Laya_社区(34) Laya_示例(33) Laya3.0_api(23) laya_api(17) Laya2.0_文档(15) Laya2.0_api(15) Laya2.0_示例(1)
...elaya.d3.core.glitterClasspublic class GlitterInheritanceGlitter RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object Glitter 类用于创建闪光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...
来源: laya_api 发布时间: 20170929
...ckagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLight LightSprite 类用于创建灯光的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Propert...
来源: laya_api 发布时间: 20170929
...lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激...
来源: Laya2.0_api 发布时间: 20190513
...d3.core.lightClasspublic class PointLightInheritancePointLight LightSprite Sprite3D Node EventDispatcher Object PointLight 类用于创建点光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 No...
来源: Laya2.0_api 发布时间: 20190513
...) at PhysicsCollider.__proto._setActive (laya.core.js:7072) at Sprite3D.__proto._activeHierarchy (laya.core.js:13777) at Sprite3D.__proto._activeHierarchy (laya.core.js:13784) at Scene3D.__proto._activeHierarchy (laya.core.js:13784) at Scene3D.__proto._processActive (la...
来源: Laya_社区 发布时间: 20190418
...Async (laya.d3.js:21944) at Animator.__proto.addClip (laya.d3.js:22458) at Sprite3D.__proto._parseCustomComponent (laya.d3.js:27313) at Function.Utils3D._createNodeByJson (laya.d3.js:15937) at Function.Utils3D._createNodeByJson (laya.d3.js:15945) at Sprite3D.__proto.onAsynLoaded (laya.d3.js:27847) a...
来源: Laya_社区 发布时间: 20180103
...a.d3.core.lightClasspublic class SpotLightInheritanceSpotLight LightSprite Sprite3D Node EventDispatcher Object SpotLight 类用于创建聚光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Nod...
来源: Laya2.0_api 发布时间: 20190513
...t.color = new Laya.Vector3(0.7, 0.6, 0.6); var plane = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/Zombie/old/Plane.lh")); var zombie = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/Zombie/old/Zombie.lh")); zombie.once(Laya.Event.HIERARCHY_LOADED, this, func...
来源: Laya_示例 发布时间: 20241117
...t.color = new Laya.Vector3(0.7, 0.6, 0.6); var plane = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/Zombie/new/Plane.lh")); var zombie = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/Zombie/new/Zombie.lh")); zombie.once(Laya.Event.HIERARCHY_LOADED, this, func...
来源: Laya_示例 发布时间: 20241117
....WorldMap; import laya.d3.core.Camera; import laya.d3.core.Sprite3D; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import laya.utils.Handler; import laya.display.Stage; import laya.events.Event; import laya.util...
来源: Laya_社区 发布时间: 20190416