Skip to content

legacy-entity/entity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entity

Installing

component-install entity/entity

API

Entity()

Entity class.

Entity.add(c:Object)

Adds a component to our components.

Entity.remove(c:Object)

Removes component c and all of its components.

Entity.has(c:Object)

Checks if it has component c.

License

MIT