PBE: (Tutorial2) Problem with spatialManager variable
- by Oleg Tarasenko
Hi!
I've just started with PBE. Now trying to follow few first tutorials. Have problem with the second one(http://pushbuttonengine.com/docs/Lesson-02.html). E.g. this line of code:
spatial.spatialManager = PBE.spatialManager;
throws the:
Attempted access of inaccessible property spatialManager through a reference with static type Class.
Could you please help me. these are my first steps with PBE...a bit hard :(