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

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

71. laya.display.cmd.DrawLinesCmd [ 73%]

...rawLinesCmdPublic Constants ConstantDefined By  ID : String = DrawLines[static] DrawLinesCmdProperty DetaillineColorpropertypublic var lineColor:* 线段颜色,或者填充绘图的渐变对象。 lineWidthproperty public var lineWidth:Number (可选)线段宽度。 pointsproperty public ...

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

72. laya.display.cmd.DrawTrianglesCmd [ 73%]

...glesCmdPublic Constants ConstantDefined By  ID : String = DrawTriangles[static] DrawTrianglesCmdProperty Detailalphapropertypublic var alpha:Number alpha blendModeproperty public var blendMode:String blend模式 colorproperty public var color:ColorFilter 颜色变换 indicesproperty public var...

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

73. 性能测试-卡通人物2 [ 73%]

....text = Stat.FPS.toString(); } } } class Character extends Sprite { public static WIDTH: number = 110; public static HEIGHT: number = 110; private speed: number = 5; private bloodBar: Sprite; private animation: Animation; private nameLabel: Text; constructor(images: Array) { super(); this.createAnim...

来源: Laya2.0_示例 发布时间: 20240930

74. laya.display.cmd.StrokeTextCmd [ 73%]

...okeTextCmdPublic Constants ConstantDefined By  ID : String = StrokeText[static] StrokeTextCmdProperty Detailcolorpropertypublic var color:String 定义文本颜色,比如"#ff0000"。 fontproperty public var font:String 定义字体和字号,比如"20px Arial"。 lineWidthproperty public var...

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

75. laya.display.cmd.FillBorderTextCmd [ 72%]

...extCmdPublic Constants ConstantDefined By  ID : String = FillBorderText[static] FillBorderTextCmdProperty DetailborderColorpropertypublic var borderColor:String 定义镶边文本颜色。 fillColorproperty public var fillColor:String 定义文本颜色,比如"#ff0000"。 fontproperty public ...

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

76. laya.display.cmd.RotateCmd [ 72%]

...池 RotateCmdPublic Constants ConstantDefined By  ID : String = Rotate[static] RotateCmdProperty Detailanglepropertypublic var angle:Number 旋转角度,以弧度计。 pivotXproperty public var pivotX:Number (可选)水平方向轴心点坐标。 pivotYproperty public var pivotY:Number ...

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

77. laya.display.cmd.TransformCmd [ 72%]

...ransformCmdPublic Constants ConstantDefined By  ID : String = Transform[static] TransformCmdProperty Detailmatrixpropertypublic var matrix:Matrix 矩阵。 pivotXproperty public var pivotX:Number (可选)水平方向轴心点坐标。 pivotYproperty public var pivotY:Number (可选)垂...

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

78. laya.display.cmd.DrawPieCmd [ 72%]

... DrawPieCmdPublic Constants ConstantDefined By  ID : String = DrawPie[static] DrawPieCmdProperty DetailendAnglepropertyendAngle:Number 结束角度。 Implementation     public function get endAngle():Number    public function set endAngle(value:Number):voidfillColorproperty public var f...

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

79. laya.ui.LayoutStyle [ 72%]

...。LayoutStylePublic Constants ConstantDefined By  EMPTY : LayoutStyle[static] 一个已初始化的 LayoutStyle 实例。LayoutStyleProperty DetailanchorXpropertypublic var anchorX:Number = NaNX锚点,值为0-1。anchorYproperty public var anchorY:Number = NaNY锚点,值为0-1。bottomprope...

来源: laya_api 发布时间: 20170929

80. laya.ui.Dialog [ 71%]

...平距离(以像素为单位)。 Component  manager : DialogManager[static] 对话框管理容器,所有的对话框都在该容器内,并且受管理器管,可以自定义自己的管理器,来更改窗口管理的流程。 任意对话框打开和关闭,都会触发管理类的open...

来源: laya_api 发布时间: 20170929