component update

This commit is contained in:
turanszkij
2016-11-26 20:41:51 +01:00
parent 7fdce0fb85
commit c164087a08
20 changed files with 67 additions and 20 deletions
+2 -1
View File
@@ -445,7 +445,8 @@ A RenderableComponent describes a scene wich can render itself.
- Unload()
- Start()
- Stop()
- Update()
- FixedUpdate()
- Update(opt float dt = 0)
- Render()
- Compose()
- OnStart(string task)