
flash
文章平均质量分 66
an050602
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
away3D 资源溢出解决方案
Error #3691: 超出此资源类型的资源限制。错误代码位置为 view.rendre()。away3D对贴图资源占用内存作出了限制ResourceNumber allowedTotal memoryVertex buffers4096256 MBIndex buffers409原创 2016-07-23 10:13:52 · 1216 阅读 · 0 评论 -
AS3.0 网络加载Http请求工具类
// ActionScript filepackage anUtil{ import flash.display.Sprite; import flash.events.Event; import flash.events.IEventDispatcher; import flash.events.ProgressEvent; import flash.net.URLLoader;原创 2017-03-30 11:39:57 · 2507 阅读 · 0 评论 -
unity3d获取各平台资源目录
using UnityEngine;using UnityEngine.SceneManagement;using System.Collections;using System;using System.IO; //根据当前平台返回资源目录 public static string AppContentPath() { string path =原创 2017-03-30 12:25:24 · 704 阅读 · 0 评论 -
AS3.0超大整数 加减乘除 工具类
package anUtil.Util{import flash.display.Sprite;public class BigIntUtil extends Sprite{private var Fristarray:Array=new Array();private var Secondarray:Array=new Array();//万为单位原创 2017-03-30 11:52:25 · 930 阅读 · 0 评论