docs.unity.cn
    Show / Hide Table of Contents

    Interface ICameraUpdater

    Interface to comunicate with simple UnityEditor.Rendering.LookDev.Renderer

    Namespace: UnityEditor.Rendering.LookDev
    Syntax
    public interface ICameraUpdater

    Methods

    UpdateCamera(Camera)

    Method called To update the LookDev camera position

    Declaration
    void UpdateCamera(Camera camera)
    Parameters
    Type Name Description
    Camera camera

    The camera

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use