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

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

51. 自己写了个label继承官方的label,出现了问题,求指导~ [ 96%]

...DemoLabel类:package { // import laya.ui.Label; import laya.webgl.WebGL; public class DemoLabel { public function DemoLabel() { Laya.init(800, 600, WebGL); Laya.stage.bgColor = "#232628"; //---------------------------------这是用我自己写的label继承了官方的label,问题是label显示...

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

52. laya.d3.core.trail.TrailFilter [ 96%]

...ailFilterProperties | Methods | Constants Packagelaya.d3.core.trailClasspublic class TrailFilterInheritanceTrailFilter Object TrailFilter 类用于创建拖尾过滤器。 Public Properties PropertyDefined By  alignment : int = 0轨迹准线。TrailFilter  colorGradient : Gradient 获取颜...

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

53. laya.physics.joint.RevoluteJoint [ 96%]

...o Frames RevoluteJointProperties | Methods Packagelaya.physics.jointClasspublic class RevoluteJointInheritanceRevoluteJoint JointBase Component Object 旋转关节强制两个物体共享一个锚点,两个物体相对旋转 Public Properties Hide Inherited Public Properties Show Inherited Publi...

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

54. laya.d3.core.render.BloomEffect [ 96%]

...No Frames BloomEffectProperties | Methods Packagelaya.d3.core.renderClasspublic class BloomEffectInheritanceBloomEffect PostProcessEffect Object BloomEffect 类用于创建泛光效果。 Public Properties PropertyDefined By  anamorphicRatio : Number 获取形变比,通过扭曲泛光产生视...

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

55. laya.physics.joint.PrismaticJoint [ 96%]

... Frames PrismaticJointProperties | Methods Packagelaya.physics.jointClasspublic class PrismaticJointInheritancePrismaticJoint JointBase Component Object 平移关节:移动关节允许两个物体沿指定轴相对移动,它会阻止相对旋转 Public Properties Hide Inherited Public Properti...

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

56. 2.0里面的组件(Laya.Script)的prop其中几个类型应该怎么设置 [ 96%]

... @prop {name:intType, tips:"整数类型示例", type:Int, default:1000}*/ public intType: number = 1000; /** @prop {name:numType, tips:"数字类型示例", type:Number, default:1000}*/ public numType: number = 1000; /** @prop {name:strType, tips:"字符串类型示例", type:String, default:"hello...

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

57. laya.d3.math.Color [ 96%]

...No Frames ColorProperties | Methods | Constants Packagelaya.d3.mathClasspublic class ColorInheritanceColor ObjectImplements laya.d3.core.IClone Color 类用于创建颜色实例。 Public Properties PropertyDefined By  a : Numberalpha分量Color  b : Numberblue分量Color  g : Numbergreen...

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

58. laya.physics.ColliderBase [ 96%]

...rames No Frames ColliderBaseProperties | Methods Packagelaya.physicsClasspublic class ColliderBaseInheritanceColliderBase Component ObjectSubclasses BoxCollider, ChainCollider, CircleCollider, PolygonCollider 碰撞体基类 Public Properties Hide Inherited Public Properties Show Inherited Public ...

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

59. laya.net.Loader [ 96%]

...es LoaderProperties | Methods | Events | Constants Packagelaya.netClasspublic class LoaderInheritanceLoader EventDispatcher Object Loader 类可用来加载文本、JSON、XML、二进制、图像等资源。 Public Properties PropertyDefined By  cache : Boolean[read-only] 是否缓存。Load...

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

60. laya.d3.core.scene.OctreeNode [ 96%]

...s No Frames OctreeNodeProperties | Methods Packagelaya.d3.core.sceneClasspublic class OctreeNodeInheritanceOctreeNode ObjectImplements ITreeNodePublic Properties PropertyDefined By  _children : Vector.<OctreeNode>OctreeNode  debugMode : Boolean = false[static] 是否开启四/八叉树...

来源: laya_api 发布时间: 20170929