大约有 1,054 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0050 秒)
Laya_社区(387) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(8)
...标系原点的距离Plane normal : Vector3平面的向量Plane PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane PlaneIntersectionType_Front : int = 1[static] Plane PlaneIntersectionType_Intersecting : int = 2[static] PlanePublic Methods MethodDefi...
来源: Laya2.0_api 发布时间: 20190513
...ionAll Packages | All Classes | Index | Frames No Frames GradientDataIntProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientDataIntInheritanceGradientDataInt ObjectImplements laya.d3.core.IClone GradientDataInt 类用于创建整形渐变。 Public Prope...
来源: laya_api 发布时间: 20170929
...ionAll Packages | All Classes | Index | Frames No Frames GradientDataIntProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientDataIntInheritanceGradientDataInt ObjectImplements laya.d3.core.IClone GradientDataInt 类用于创建整形渐变。 Public Prope...
来源: Laya2.0_api 发布时间: 20190513
...bject:*):void 克隆。 OrientedBoundBox containsBoundBox(box:BoundBox):int 该包围盒是否包含空间中另一OBB包围盒 OrientedBoundBox containsLine(point1:Vector3, point2:Vector3):int 该包围盒是否包含空间中一条线 OrientedBoundBox containsOrientedBoundBox(obb:Oriented...
来源: laya_api 发布时间: 20170929
...度,与 clipX 同时设置时优先级高于 clipX 。 Clip clipX : intX轴(横向)切片数量。Clip clipY : intY轴(竖向)切片数量。Clip comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义...
来源: laya_api 发布时间: 20170929
...ll 渲染项,用来显示下拉列表展示对象 ComboBox itemSize : int 下拉列表项标签的字体大小。 ComboBox labelBold : Boolean 表示按钮文本标签是否为粗体字。 ComboBox labelColors : String 获取或设置对 ComboBox 组件所包含的 Button 组件的文本...
来源: laya_api 发布时间: 20170929
...创建粒子帧动画。 Public Properties PropertyDefined By cycles : int循环次数。TextureSheetAnimation enable : Boolean是否启用TextureSheetAnimation enableUVChannels : intUV通道类型,0为Noting,1为Everything,待补充,暂不支持。TextureSheetAnimation frame : FrameOve...
来源: Laya2.0_api 发布时间: 20190513
...eArray : Array = null 当前动画每帧的时间间隔TileTexSet gid : int = -1唯一标识TileTexSet isAnimation : Boolean = falsetrue表示当前纹理,是一组动画,false表示当前只有一个纹理TileTexSet offX : int = 0纹理显示时的坐标偏移XTileTexSet offY : int ...
来源: laya_api 发布时间: 20170929
...bject:*):void 克隆。 OrientedBoundBox containsBoundBox(box:BoundBox):int 该包围盒是否包含空间中另一OBB包围盒 OrientedBoundBox containsLine(point1:Vector3, point2:Vector3):int 该包围盒是否包含空间中一条线 OrientedBoundBox containsOrientedBoundBox(obb:Oriented...
来源: Laya2.0_api 发布时间: 20190513
...r; import laya.webgl.WebGL; public class UI_Button { private const COLUMNS:int = 2; private const BUTTON_WIDTH:int = 147; private const BUTTON_HEIGHT:int = 165 / 3; private const HORIZONTAL_SPACING:int = 200; private const VERTICAL_SPACING:int = 100; private var xOffset:int; private var yOffset:int;...
来源: Laya2.0_示例 发布时间: 20241124