You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
Vlad Pazych edited this page Feb 16, 2017
·
1 revision
import{Matcher,ecsInterface}from'../../lib/lib';importaliasfrom'../alias'importcontextsfrom'../contexts';importcomponentsfrom'../components';classall{someDoable=ecsInterface().Method("DoSome",alias.void).Method("DoAnotherSome",alias.vector2,{value: alias.dict(alias.string,alias.vector2)})// Component will create component that holds ISomeDoable as value field:// You can alow specify Ucomponent() instead of Component()..Component()};exportdefaultnewall();
This Wiki is for legacy Gentitas. New Wiki is in development.