大约有 244 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0031 秒)
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Transform3DProperties | Methods Packagelaya.d3.coreClasspublic class Transform3DInheritanceTransform3D EventDispatcher Object Transform3D 类用于实现3D变换。 Public Properties PropertyDefined By dummy : Animation...
来源: laya_api 发布时间: 20170929
...rotected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Transform" Transform Class Transform Hierarchy Transform Index Properties scX scY skX skY skewX skewY x y Methods getMatrix initData skew Properties scX scX: number = 1 Defined in laya/ani/bone/Transform.ts:10 水平方向缩...
来源: Laya3.0_api 发布时间: 20231115
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Transform3DProperties | Methods Packagelaya.d3.coreClasspublic class Transform3DInheritanceTransform3D EventDispatcher Object Transform3D 类用于实现3D变换。 Public Properties PropertyDefined By localMatrix : Mat...
来源: Laya2.0_api 发布时间: 20190513
...jd); tf.translate(thisp.x,thisp.y); var otf:Matrix=new Matrix();//photoimg.transform?photoimg.transform:new Matrix(); //trace("jjjj1",photoimg.x,photoimg.y,photoimg.width,photoimg.height,photoimg.rotation); photoimg.transform=otf.concat(tf); image图片 通过矩阵旋转, bug1 如果设置缩放 ...
来源: Laya_社区 发布时间: 20161124
...Defined By extents : Vector3每个轴长度的一半OrientedBoundBox transformation : Matrix4x4这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心OrientedBoundBoxPublic Methods MethodDefined By OrientedBoundBox(extents:Vector3, transformation:Matrix...
来源: Laya2.0_api 发布时间: 20190513
...Defined By extents : Vector3每个轴长度的一半OrientedBoundBox transformation : Matrix4x4这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心OrientedBoundBoxPublic Methods MethodDefined By OrientedBoundBox(extents:Vector3, transformation:Matrix...
来源: laya_api 发布时间: 20170929
...atic] 求两个三维向量的差。 Vector3 toDefault():voidVector3 transformCoordinate(coordinate:Vector3, transform:Matrix4x4, result:Vector3):void[static] 通过矩阵转换一个三维向量到另外一个归一化的三维向量。 Vector3 TransformNormal(normal:Vector3, transform:Mat...
来源: laya_api 发布时间: 20170929
...设置u_ShadowMapTex onUpdate(){ this.ShadowCamera.transform.lookAt(new Vector3(0,0,0), new Vector3(0,1,0), false); let v:Matrix4x4 = this.ShadowCamera.viewMatrix; let p:Matrix4x4 = this.ShadowCamera.projectionMatrix; ...
来源: Laya_社区 发布时间: 20200229
...ieClip.as _parseFrame函数内, var mat:Matrix = _data._getMatrix(); spp.transform = mat; 设置对象位置,旧版本使用的是 RenderSprite.TRANSFORM (0x04) 新版本使用常量是 SpriteConst.TRANSFORM (0x02) 导致的,请问到底是哪个才对啊? Sprite.as public function...
来源: Laya_社区 发布时间: 20181125
...,方法是设置 Matrix 对象的属性,将该 Matrix 对象应用于 Transform 对象的 matrix 属性,然后应用该 Transform 对象作为显示对象的 transform 属性。这些转换函数包括平移(x 和 y 重新定位)、旋转、缩放和倾斜。 Public Properties PropertyDef...
来源: laya_api 发布时间: 20170929