Show / Hide Table of Contents

Class RetroRenderer

Manages settings for retro mode rendering.

Inheritance
Object
Object
Component
Behaviour
MonoBehaviour
RetroRenderer
Namespace: DaggerfallWorkshop.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class RetroRenderer : MonoBehaviour

Fields

| Improve this Doc View Source

RetroPresentationTarget

Declaration
public RenderTexture RetroPresentationTarget
Field Value
Type Description
RenderTexture
| Improve this Doc View Source

RetroTexture320x200

Declaration
public RenderTexture RetroTexture320x200
Field Value
Type Description
RenderTexture
| Improve this Doc View Source

RetroTexture320x200_HUD

Declaration
public RenderTexture RetroTexture320x200_HUD
Field Value
Type Description
RenderTexture
| Improve this Doc View Source

RetroTexture640x400

Declaration
public RenderTexture RetroTexture640x400
Field Value
Type Description
RenderTexture
| Improve this Doc View Source

RetroTexture640x400_HUD

Declaration
public RenderTexture RetroTexture640x400_HUD
Field Value
Type Description
RenderTexture

Properties

| Improve this Doc View Source

PostprocessMaterial

Declaration
public Material PostprocessMaterial { get; }
Property Value
Type Description
Material
| Improve this Doc View Source

RetroTexture

Declaration
public RenderTexture RetroTexture { get; }
Property Value
Type Description
RenderTexture

Methods

| Improve this Doc View Source

TogglePostprocessing()

Declaration
public void TogglePostprocessing()
| Improve this Doc View Source

UpdateDepthProcessMaterial()

Declaration
public void UpdateDepthProcessMaterial()
| Improve this Doc View Source

UpdateRenderTarget()

Declaration
public void UpdateRenderTarget()
| Improve this Doc View Source

UpdateSettings()

Declaration
public void UpdateSettings()

Extension Methods

MBExtensions.Invoke(MonoBehaviour, Action, Single)
MBExtensions.Invoke<T>(MonoBehaviour, Action<T>, T, Single)
MBExtensions.Invoke<T1, T2>(MonoBehaviour, Action<T1, T2>, T1, T2, Single)
MBExtensions.Invoke<T1, T2, T3>(MonoBehaviour, Action<T1, T2, T3>, T1, T2, T3, Single)
MBExtensions.Invoke<T1, T2, T3, T4>(MonoBehaviour, Action<T1, T2, T3, T4>, T1, T2, T3, T4, Single)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX