prefab

HEXE prefabs API for Heaps based projects - https://github.com/nayata/hexe
https://github.com/nayata/prefab

To install, run:

haxelib install prefab 1.2.0 

See using Haxelib in Haxelib documentation for more information.

README.md

About

HEXE prefabs API for Heaps based projects

Usage

Download the editor and create your prefab.

Install

haxelib install prefab

Alternatively the dev version of the library can be installed from github:

haxelib git prefab https://github.com/nayata/prefab.git

Include the library in your project's .hxml:

-lib prefab

Use hxe.Lib to load and add a prefab instance to the scene. Note: the prefab name must be without extension.

var object:hxe.Prefab = hxe.Lib.load("myPrefab", s2d);

Documentation

Contributors
nayata
Version
1.2.0
Published
5 months ago
License
Apache

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub