CameraEventRouter.OnCameraPreRender Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A callback to act upon MonoBehaviour.OnPreRender() without a script needing to exist on a Camera component
public:
event Action<Microsoft::MixedReality::Toolkit::Utilities::CameraEventRouter ^> ^ OnCameraPreRender;
public event Action<Microsoft.MixedReality.Toolkit.Utilities.CameraEventRouter> OnCameraPreRender;
member this.OnCameraPreRender : Action<Microsoft.MixedReality.Toolkit.Utilities.CameraEventRouter>
Public Event OnCameraPreRender As Action(Of CameraEventRouter)