Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

Or create prefab directly:

var object = new Prefab("myPrefab", s2d);

Documentation

About

HEXE prefabs API for Heaps based projects

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages