C# Class cPrecision, psx_retroshader

Inheritance: MonoBehaviour
Show file Open project: dsoft20/psx_retroshader

Public Properties

Property Type Description
colorPrecision int
palette UnityEngine.Texture2D
usePalette bool

Public Methods

Method Description
Awake ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
return void

Property Details

colorPrecision public property

public int colorPrecision
return int

palette public property

public Texture2D,UnityEngine palette
return UnityEngine.Texture2D

usePalette public property

public bool usePalette
return bool