How do you get the Layout Class? It returns me a type error that it's not a function, every time.
I've tried these:
this.GetRuntime().GetName(); // & this.GetName();
Output :
I've called this on Tick() since I don't know if it would make sense on the constructor. Although tbh, the documentation is very vague, it might actually save us more time if we just use the private references.
Tick()
If it's not recommended, I hope a better documentation was provided.
Develop games in your browser. Powerful, performant & highly capable.
Oh okay, found it. Reddog referenced me the GetMainRunningLayout(). I hope the doc had it specified though, on the Model-Layout Class.
GetMainRunningLayout()