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

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

711. laya.ani.AnimationPlayer [ 36%]

...tionPlayerInheritanceAnimationPlayer EventDispatcher ObjectImplements laya.resource.IDestroy AnimationPlayer 类用于动画播放器。 Public Properties PropertyDefined By  cacheFrameRate : int 获取默认帧率 AnimationPlayer  cacheFrameRateInterval : Number[read-only] 获取缓存帧率...

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

712. 灯光-聚光 [ 36%]

...mport laya.d3.math.Quaternion; import laya.d3.math.Vector3; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.utils.Stat; import common.CameraMoveScript; /** * ... * @author ... */ public class SpotLightDemo { private var _quaternion:Quaternion = n...

来源: Laya_示例 发布时间: 20241119

713. 学会编写d.ts声明文件(TypeScript-IDE篇(TS)-代码模式基础) [ 35%]

...声名 //正式使用的时候,应该使用Laya.XXX declare module laya.resource { //在声名的模块里定义枚举类型 enum FilterMode { /**点过滤。*/ Point = 0, /**双线性过滤。*/ Bilinear = 1, /**三线性过滤。*/ Trilinear = 2 } } ``` ##### 2.2.2声名类型: 在最外层,...

来源: Laya2.0_文档 发布时间: 20210715

714. laya.ui.ColorPicker_API3.0 [ 34%]

...age.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/color.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var colorPicket:ColorPicker = new ColorPicker();//创建一个 ColorPic...

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

715. laya.ui.RadioGroup_API3.0 [ 33%]

...ge.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/radio.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var radioGroup:RadioGroup = new RadioGroup();//创建一个 RadioGroup 类的实例对象 radioGroup ...

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

716. laya.ui.ComboBox_API3.0 [ 33%]

...age.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var comboBox:ComboBox = new ComboBox("resource/ui/button.png", "item0,...

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

717. laya.ui.Tab_API3.0 [ 33%]

...ge.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/tab.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var tab:Tab = new Tab();//创建一个 Tab 类的实例对象 tab 。 tab.skin = "resource/ui/tab.png";...

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

718. laya.d3.component.Animator [ 33%]

...matorInheritanceAnimator Component3D EventDispatcher ObjectImplements laya.resource.IDestroy Animator 类用于创建动画组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  avatar : Avatar 获取avatar。 Animator  cacheFrameRate :...

来源: laya_api 发布时间: 20170929

719. laya.ui.Image_API3.0 [ 33%]

...。 onInit(); } private function onInit():void { var bg:Image = new Image("resource/ui/bg.png");//创建一个 Image 类的实例对象 bg ,并传入它的皮肤。 bg.x = 100;//设置 bg 对象的属性 x 的值,用于控制 bg 对象的显示位置。 bg.y = 100;//设置 bg 对象的属性 y 的...

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

720. laya.ui.TextInput_API3.0 [ 33%]

...ge.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textInput:TextInput = new TextInput("这是一个TextInput实例。");//创建一个 TextInput ...

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