大约有 85 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0076 秒)
...ends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //Web平台使用远程包 Laya.loade...
来源: Laya3.0_文档 发布时间: 20241014
...alog Index Constructors constructor Properties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize hitTestPrior mouseThrough name tag drawtocanvCtx unDestroyedScenes Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cach...
来源: Laya3.0_api 发布时间: 20231115
... 2.3 自动烘焙IBL 勾选自动烘焙IBL后,如图2-4所示,如果在Scene3D中更换了天空盒材质(Material由skybox更换为其它材质),此时Reflection Probe的IBL Tex无需手动点击烘焙按钮,保存场景后,IDE会自动进行重新烘焙。 (图2-4) 只有Reflecti...
来源: Laya3.0_文档 发布时间: 20241014
...alog Index Constructors constructor Properties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize closeEffect closeHandler closeType group hitTestPrior isModal isPopupCenter isShowEffect mouseThrough name popupEffect tag CANCEL CLOSE NO OK SURE YES drawtocanvCtx unDes...
来源: Laya3.0_api 发布时间: 20231115
...View Index Constructors constructor Properties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize hitTestPrior mouseThrough name tag drawtocanvCtx unDestroyedScenes Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cach...
来源: Laya3.0_api 发布时间: 20231115
... } ) //摄像机类型 private camera: Laya.Camera; @property( { type:Laya.Scene3D } ) //3D场景根节点类型 private scene3D: Laya.Scene3D; @property( { type:Laya.DirectionLightCom } ) //DirectionLight组件类型 private directionLight: Laya.DirectionLightCom; @property( { type:Laya.Sprite3D } ...
来源: Laya3.0_文档 发布时间: 20241014
...新的3D场景时,引擎会自动添加一个主摄像机 Main Camera 在Scene3D节点下。当然也还可以添加更多的摄像机。当我们如图2-1所示,选中主摄像机时,Scene窗口中会出现一个Camera Preview窗口,用来显示主摄像机所看到的视野,这样方便...
来源: Laya3.0_文档 发布时间: 20241014
...D下鼠标事件将不会响应。如果是一个3D场景,它会传递到Scene3D中。 (图2-3) 运行项目,如动图2-4所示,当鼠标按下时执行onMouseDown,打印“onMouseDown”;松开鼠标,鼠标弹起时执行onMouseUp,打印“onMouseUp”。 (动图2-4) 2.2.3 键...
来源: Laya3.0_文档 发布时间: 20241014
... shape 对象。 } } Hierarchy Node Sprite Text Stage AnimationBase Scene Scene3D SoundNode VideoNode Skeleton MovieClip TileAniSprite MapLayer GridSprite Particle2D PhysicsDebugDraw SpineSkeleton UIComponent DialogManager Index Constructors constructor Properties _extra _ownGraphics _scene _skinBas...
来源: Laya3.0_api 发布时间: 20231115
...ited from Node.is3D Defined in laya/display/Node.ts:87 是否3D节点,即Scene3D和Sprite3D及其衍生类 Returns boolean isFocused get isFocused(): boolean Defined in laya/display/Stage.ts:312 舞台是否获得焦点。 Returns boolean isVisibility get isVisibility(): boolean Defined in laya/di...
来源: Laya3.0_api 发布时间: 20231115