Hello All,
Question 1: is it possible to add behaviours
to the object at run-time? Or during initialisation (before layout started)?
Question 2: having object with added behavior "Physics", I was trying to access this property in code editor using:
const player = runtime.objects.Player.getFirstInstance();
const behav = player.(not showing ->)behaviors......;
But there was no item in autocomplete list for property "behaviors". Is it limitations of the trial editor?
Thank you in advance