Skip to content

nayata/prefab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

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

Documentation

About

HEXE prefabs API for Heaps based projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages