SetActiveCamera(..)

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Guest

SetActiveCamera(..)

Post by Guest »

Hi,
I've got a question - is SetActiveCamera method of SceneManager implemented? I couldn't find it.


--
moose
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

The API documentation is not 100% correct, it sometimes misses some methods. So maybe it's there, take a look if the visual studio autocompletion shows it, this is more accurate. Maybe I created that function, and maybe even as Property like ISceneManager.ActiveCamera, but unfortunately I currently don't remember and I've no source to quickly look at at the computer from where I am writing this :)
Locked