大约有 156 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0115 秒)
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...复添加相同纹理浪费空间。 扩边设置 如果纹理有缩放或旋转操作,建议 extendSize 设为 1-2,防止采样渗透。如果纹理不会缩放旋转,可设为 0 提高性能。 批量操作 使用 addTextures 等批量 API 而非循环调用单个 API,提高效率。 定...
来源: Laya3.0_文档 发布时间: 20260131
...tation Defined in laya/display/Sprite.ts:1789 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Returns number globalScaleX get globalScaleX(): number Inherited from Text.globalScaleX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...,切记3dmax中和unity中的坐标转换,导入fbx到unity场景中的旋转信息必须为(0,0,0)。或者可以把场景直接放到unity中,unity中有个NavMesh的组件,通过简单脚本也可以直接生成obj,这里不熟悉unity的自行百度,然后放3dmax中转成fbx再...
来源: Laya_社区 发布时间: 20170505
...n(in float rot,in float age)\n{ \n float rotation =rot * age;\n //计算2x2旋转矩阵.\n float c = cos(rotation);\n float s = sin(rotation);\n return mat2(c, -s, s, c);\n}\n\nvec4 ComputeParticleColor(in vec4 startColor,in vec4 endColor,in float normalizedAge)\n{\n vec4 color=mix(startColor,e...
来源: Laya_社区 发布时间: 20171109