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
The var scene: Scene? property in EtsFile is not initialized to a non-null value.
We should set it in the "enclosing" class, i.e., in Scene's constructor, similarly to other container-child pairs (File-Class, Class-Field, Class-Method).
The
var scene: Scene?property inEtsFileis not initialized to a non-null value.We should set it in the "enclosing" class, i.e., in
Scene's constructor, similarly to other container-child pairs (File-Class, Class-Field, Class-Method).