Skip to content

neilmanuell/ComponentBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just think I should declare that this little framework was influenced by the PushButton Engine IEntityComponent.

ToDo:

have the propertyBag object of each component extend the proxy class.
this will mean the unwieldy setProperty/getProperty methods can be accessed:

component.properties.time = new Date();
var  d:Date = component.properties.time;

while still dispatching a PropertyBag event

About

Base components for Component Based Architechture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published