Giter Club home page Giter Club logo

uiloader's Introduction

UILoader(资源加载和资源释放) 框架 0.0.1 版本

// 开启内存检查显示

MemoryDetector.showMemoryStatus();

// 对场景上自带的资源进行引用计数

// scene UI树的根节点

UILoader.retainScene(scene);

// 加载一个资源

// path 资源路径

// type 资源类型

// callback 回调函数

UILoader.loadRes(path, type, callback)

// 加载一个资源

// path 资源路径

// type 资源类型

// tag 静态资源的标签

// callback 回调函数

UILoader.loadStaticRes(path, type, tag, callback)

// 更新Sprite纹理

// target 目标节点

// spriteFrame 更新的纹理

UILoader.replaceSpriteTexture(target, spriteFrame)

// 更新Button纹理

// target 目标节点

// normalSprite 更新默认纹理

// pressedSprite 更新按下纹理 可以为null

// hoverSprite 更新鼠标进入纹理 可以为null

// disabledSprite 更新不可用纹理 可以为null UILoader.replaceButtonTexture(target, normalSprite, pressedSprite, hoverSprite, disabledSprite)

// 实例化预制体

// prefab 预制体

// target 目标节点

// callback 回调函数

UILoader.instantiate(prefab, target, callback)

// 销毁一个节点

// node 要销毁的目标节点

UILoader.destroy(node)

uiloader's People

Contributors

luo976370248 avatar 1083921307 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.