大约有 83 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0033 秒)
...二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Hierarchy Point Index Constructors constructor Properties x y TEMP Methods copy distance normalize recover reset setTo toString create Constructors constructor new Point(x?: number, y?: number): Point Defined in l...
来源: Laya3.0_api 发布时间: 20231115
...ers Default value long: number = 1 半径 Default value height: number = 1 垂直层数 Default value width: number = 1 水平层数 Returns Mesh Static createCapsule createCapsule(radius?: number, height?: number, stacks?: number, slices?: number): Mesh Defined in laya/d3/resource/models/PrimitiveM...
来源: Laya3.0_api 发布时间: 20231115
...方向缩放 scY scY: number = 1 Defined in laya/ani/bone/Transform.ts:12 垂直方向缩放 skX skX: number = 0 Defined in laya/ani/bone/Transform.ts:6 水平方向旋转角度 skY skY: number = 0 Defined in laya/ani/bone/Transform.ts:8 垂直方向旋转角度 skewX skewX: number = 0 Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...EndRadian: number = 0 Defined in laya/particle/ParticleSetting.ts:74 最大垂直结束弧度(单位:2D弧度、3D弧度) maxVerticalStartRadian maxVerticalStartRadian: number = 0 Defined in laya/particle/ParticleSetting.ts:63 最大垂直开始弧度(单位:2D弧度、3D弧度) maxVerti...
来源: Laya3.0_api 发布时间: 20231115
...votY pivotY: number Defined in laya/display/cmd/ScaleCmd.ts:24 (可选)垂直方向轴心点坐标。 scaleX scaleX: number Defined in laya/display/cmd/ScaleCmd.ts:12 水平方向缩放值。 scaleY scaleY: number Defined in laya/display/cmd/ScaleCmd.ts:16 垂直方向缩放值。 Static ID ID: ...
来源: Laya3.0_api 发布时间: 20231115
..."laya/ui/List" List Class List List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 example 以下示例代码,创建了一个 List 实例。 package { import laya.ui.List; import laya.utils.Handler; public class List_Example { public function Lis...
来源: Laya3.0_api 发布时间: 20231115
... false leading leading: number Defined in laya/display/css/TextStyle.ts:39 垂直行间距(以像素为单位) strikethrough strikethrough: boolean Defined in laya/display/css/TextStyle.ts:53 stroke stroke: number Defined in laya/display/css/TextStyle.ts:46 描边宽度(以像素为单位)...
来源: Laya3.0_api 发布时间: 20231115
...缩放 scaleY scaleY: number Defined in laya/display/css/SpriteStyle.ts:16 垂直缩放 scrollRect scrollRect: Rectangle Defined in laya/display/css/SpriteStyle.ts:30 滚动区域 skewX skewX: number Defined in laya/display/css/SpriteStyle.ts:18 水平倾斜角度 skewY skewY: number Defined in laya...
来源: Laya3.0_api 发布时间: 20231115
...向坐标值。 sprite.y = 200;//设置 sprite 对象相对于父容器的垂直方向坐标值。 sprite.pivotX = 0;//设置 sprite 对象的水平方法轴心点坐标。 sprite.pivotY = 0;//设置 sprite 对象的垂直方法轴心点坐标。 Laya.stage.addChild(sprite);//将此 sprite 对象添...
来源: Laya3.0_api 发布时间: 20231115
...的 X 轴坐标值(水平位置)。 y: number 点的 Y 轴坐标值(垂直位置)。 Returns boolean 如果 Rectangle 对象包含指定的点,则值为 true;否则为 false。 copyFrom copyFrom(source: Rectangle): Rectangle Defined in laya/maths/Rectangle.ts:100 复制 source 对象的...
来源: Laya3.0_api 发布时间: 20231115