Skip to content

Instantly share code, notes, and snippets.

@olokobayusuf
Created June 4, 2017 15:21
Show Gist options
  • Save olokobayusuf/550e17dbe77b14f30ee58310a9a30635 to your computer and use it in GitHub Desktop.
Save olokobayusuf/550e17dbe77b14f30ee58310a9a30635 to your computer and use it in GitHub Desktop.
void SwitchCamera () {
var newCamera = ...;
// Set the new active camera
NatCam.Camera = newCamera;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment