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

大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0060 秒)

641. laya.d3.animation.AnimationEvent [ 82%]

...o Frames AnimationEventProperties | Methods Packagelaya.d3.animationClasspublic class AnimationEventInheritanceAnimationEvent Object AnimationEvent 类用于实现动画事件。 Public Properties PropertyDefined By  eventName : String 事件触发名称。AnimationEvent  params : Array 事...

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

642. laya.d3.core.Keyframe [ 82%]

...| Frames No Frames KeyframeProperties | Methods Packagelaya.d3.coreClasspublic class KeyframeInheritanceKeyframe ObjectImplements laya.d3.core.ICloneSubclasses FloatKeyframe, QuaternionKeyframe, Vector3Keyframe KeyFrame 类用于创建关键帧实例。 Public Properties PropertyDefined By  ti...

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

643. laya.d3.terrain.unit.ChunkInfo [ 82%]

... No Frames ChunkInfoProperties | Methods Packagelaya.d3.terrain.unitClasspublic class ChunkInfoInheritanceChunkInfo Object DetailTextureInfo 类用于描述地形细节纹理。 Public Properties PropertyDefined By  alphaMap : Vector.<String>ChunkInfo  detailID : Vector.<Uint8Array&g...

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

644. laya.display.cmd.TranslateCmd [ 82%]

...ranslateCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class TranslateCmdInheritanceTranslateCmd Object 位移命令 Public Properties PropertyDefined By  tx : Number 添加到水平坐标(x)上的值。 TranslateCmd  ty : Number 添加到垂直坐标(y)上的...

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

645. 在Test中有个按钮点击,那么我如何发信号,使得这个点击能给控制Sample中的对象,如何调用函数 [ 82%]

...le中对该事件进行监听package { import laya.events.EventDispatcher; public class Mod extends EventDispatcher { public function Mod() { super(); } private static var _instance:Mod; public static function get index():Mod { return _instance ||= new Mod(); } public function init():void { Mod.even...

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

646. laya.d3.math.RandX [ 82%]

...x | Frames No Frames RandXProperties | Methods Packagelaya.d3.mathClasspublic class RandXInheritanceRandX Object Rand 类用于通过128位整型种子创建随机数,算法来自:https://github.com/AndreasMadsen/xorshift。 Public Properties PropertyDefined By  defaultRand : RandX[static] ...

来源: laya_api 发布时间: 20170929

647. laya.d3.math.RandX [ 82%]

...x | Frames No Frames RandXProperties | Methods Packagelaya.d3.mathClasspublic class RandXInheritanceRandX Object Rand 类用于通过128位整型种子创建随机数,算法来自:https://github.com/AndreasMadsen/xorshift。 Public Properties PropertyDefined By  defaultRand : RandX[static] ...

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

648. laya.d3.terrain.TerrainChunk [ 81%]

...es TerrainChunkProperties | Methods | Events Packagelaya.d3.terrainClasspublic class TerrainChunkInheritanceTerrainChunk RenderableSprite3D Sprite3D Node EventDispatcher Object TerrainChunk 类用于创建地块。 Public Properties Hide Inherited Public Properties Show Inherited Public Propertie...

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

649. laya.ui.DialogManager [ 81%]

...No Frames DialogManagerProperties | Methods | Events Packagelaya.uiClasspublic class DialogManagerInheritanceDialogManager Sprite Node EventDispatcher Object DialogManager 对话框管理容器,所有的对话框都在该容器内,并且受管理器管理。 任意对话框打开和关闭,...

来源: laya_api 发布时间: 20170929

650. 主类引用了laya.utils.Mouse这个类,报错:所访问的属性 Mouse 可能未定义 [ 81%]

...个定义啊,我在想自己建个空的类就好了 package flash.ui { public class Mouse { public function Mouse() { } public static function hide():void { } public static function show():void { } } } cuixueying • 2017-03-17 19:46 有没有例子,上传一个,我们看下!

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