大约有 975 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0038 秒)
...,只显示如下: Public Properties Show Inherited Public Properties Protected Properties Show Inherited Protected Properties Public Methods Show Inherited Public Methods Protected Methods Show Inherited Protected Methods Events Show Inherited Events 都有什么属性、什么事件都不知道...
来源: Laya_社区 发布时间: 20170702
...候能强制保持帧频吗? //避免切换页面的时候fp掉到2帧 protected var channel:SoundChannel; protected var sound:Sound; protected function wakeUp():void { /*强迫至少保持8FPS sound = new Sound(new URLRequest("")); sound.play(); sound.close(); */ //*/强迫保持原本设定的FP...
来源: Laya_社区 发布时间: 20180627
...xiansheng */ public class HProgressSlider extends HSlider { /**@private */ protected var _progress:Image protected var _proMask:Sprite; public function HProgressSlider(skin:String=null) { super(skin); } override protected function initialize():void{ super.initialize(); _proMask = new Sprite(); _proM...
来源: Laya_社区 发布时间: 20170327
...lLoader.addEventListener(HTTPStatusEvent.HTTP_STATUS,httpStatusHandler); } protected function httpStatusHandler(event:HTTPStatusEvent):void { // TODO Auto-generated method stub trace("您已经通过http进行了访问,并且当前的FlashPlayer环境支持获得状态代码!!!") } protected...
来源: Laya_社区 发布时间: 20151217
...tends laya.events.EventDispatcher implements laya.d3.core.render.IUpdate { protected static _uniqueIDCounter: number; protected _id: number; protected _cachedOwnerLayerMask: number; protected _cachedOwnerEnable: boolean; protected _enable: boolean; protected _owner: laya.d3.core.Sprite3D; /**是否...
来源: Laya_社区 发布时间: 20171109
...le : Number启用约束后,刚体旋转范围的上限弧度RevoluteJointProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _joint : *原生关节对象JointBasePublic Methods Hide Inherited Public Methods Show Inherited Public Methods...
来源: Laya2.0_api 发布时间: 20190513
...n : VertexDeclaration[read-only] 获取顶点结构声明。 VertexBuffer3DProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _buffer : *Buffer _bufferType : intBuffer _bufferUsage : intBuffer _gl : WebGLContext[static] Buffer _glBuf...
来源: laya_api 发布时间: 20170929
...,刚体移动范围的上限,是距离anchor的偏移量PrismaticJointProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _joint : *原生关节对象JointBasePublic Methods Hide Inherited Public Methods Show Inherited Public Methods...
来源: Laya2.0_api 发布时间: 20190513
...eByteCount : int[read-only] 获取索引类型字节数量。 IndexBuffer3DProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _buffer : *Buffer _bufferType : intBuffer _bufferUsage : intBuffer _gl : WebGLContext[static] Buffer _glBuf...
来源: laya_api 发布时间: 20170929
...how方法重写无效 我在View类里面有写这样的代码: override protected function initialize():void { on(Event.ADDED, this, onShow); on(Event.REMOVED, this, onHide); } protected function onShow():void { } protected function onHide():void { }我创建的View类 重写onShow方法可以正...
来源: Laya_社区 发布时间: 20161220