mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class CameraEventRouter

    A helper class to provide hooks into the Unity camera exclusive Lifecycle events

    Inheritance
    Object
    CameraEventRouter
    Implements
    MonoBehaviour
    Namespace: Microsoft.MixedReality.Toolkit.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class CameraEventRouter : MonoBehaviour, MonoBehaviour

    Events

    OnCameraPreRender

    A callback to act upon MonoBehaviour.OnPreRender() without a script needing to exist on a Camera component

    Declaration
    public event Action<CameraEventRouter> OnCameraPreRender
    Event Type
    Type Description
    Action<CameraEventRouter>

    OnCameraPreRender

    A callback to act upon MonoBehaviour.OnPreRender() without a script needing to exist on a Camera component

    Declaration
    public event Action<CameraEventRouter> OnCameraPreRender
    Event Type
    Type Description
    Action<CameraEventRouter>

    Implements

    MonoBehaviour
    In This Article
    • Events
      • OnCameraPreRender
      • OnCameraPreRender
    • Implements
    Back to top Generated by DocFX