public PhysicsScene GetScene(string sceneIdentifier) { if (_mScene == null) { _mScene = new PhysXScene(sceneIdentifier); } return(_mScene); }
public PhysicsScene GetScene(string sceneIdentifier) { if (_mScene == null) { _mScene = new PhysXScene(sceneIdentifier); } return (_mScene); }