playMaker

Author Topic: Set Main Camera  (Read 5725 times)

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3985
  • Official Playmaker Support
    • LinkedIn
Set Main Camera
« on: April 20, 2012, 07:42:38 PM »
Set the main camera in the scene. The main camera is used by a lot of raycast and touch actions.

This action removes the "MainCamera" tag from the current main camera and adds it to the specified GameObject. You could do the same thing with Set Tag, but this is more convenient :)