大约有 1,054 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0047 秒)
Laya_社区(387) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(8)
...地形高度信息。 Public Properties PropertyDefined By _bitType : intTerrainHeightData _height : intTerrainHeightData _terrainHeightData : Float32ArrayTerrainHeightData _value : NumberTerrainHeightData _width : intTerrainHeightDataPublic Methods MethodDefined By TerrainHeigh...
来源: Laya2.0_api 发布时间: 20190513
int/Number/uint之前的强转需要注意哪些问题? 2015-12-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 使用int/Number/uint须知 (1)、Number赋值int注意事项描述...
来源: Laya_社区 发布时间: 20151204
...lsPublic Constants ConstantDefined By COLLISIONFILTERGROUP_ALLFILTER : int = -1[static] Physics3DUtils COLLISIONFILTERGROUP_CHARACTERFILTER : int = 0x20[static] Physics3DUtils COLLISIONFILTERGROUP_CUSTOMFILTER1 : int = 0x40[static] Physics3DUtils COLLISIONFILTERGROUP_CUSTOMFILTER10 : in...
来源: Laya2.0_api 发布时间: 20190513
...:Number, sX:Number, sY:Number, sZ:Number, outArray:Float32Array, outOffset:int):void[static] 过数平移、旋转、缩放值计算到结果矩阵数组。 Utils3D getURLVerion(url:String):String[static] 获取URL版本字符。 Utils3D getVertexTangentDeclaration(vertexElements:Array):Vertex...
来源: laya_api 发布时间: 20170929
... depthStencilBuffer : *[read-only] RenderTexture depthStencilFormat : int[read-only] 获取深度格式。 return 深度格式。 RenderTexture format : int[read-only] 纹理格式 BaseTexture frameBuffer : *[read-only] RenderTexture height : int[read-only] 获取高度。 BaseTexture magF...
来源: laya_api 发布时间: 20170929
...on gravity : Vector3 获取重力。 PhysicsSimulation maxSubSteps : int = 1物理引擎在一帧中用于补偿减速的最大次数:模拟器每帧允许的最大模拟次数,如果引擎运行缓慢,可能需要增加该次数,否则模拟器会丢失“时间",引擎间隔时间小...
来源: Laya2.0_api 发布时间: 20190513
...的画布数量。 Public Properties PropertyDefined By canvasBitmap : int = 0[static] 画布 canvas 使用位图渲染的次数。Stat canvasNormal : int = 0[static] 画布 canvas 使用标准渲染的次数。Stat canvasReCache : int = 0[static] 画布 canvas 缓冲区重绘次数。Stat...
来源: Laya2.0_api 发布时间: 20190513
...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值为ture时:将对此对象使用了scrollRect ...
来源: laya_api 发布时间: 20170422
将一个Number类型的变量赋给一个int型变量,转换后为何没有自动取整呢? var i:Number=1.111111111111; var b:int=i; trace(b);as下结果为1,h5下还是1.111111111111 2015-12-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20151203
var m:int = int.MAX_VALUE 只要代码中出现 int.MAX_VALUE ,就会报错 Error or warning message:HelloLayabox.max.js 1 file:///C:/Users/Administrator/ruike/StudyLayaAirFB/src/HelloLayabox.as (7):warning:int.MAX_VALUE This variable is not defined. 2017-06-23 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170623