C# Class cPrecision, psx_retroshader

Inheritance: MonoBehaviour
Mostra 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_oe property

public int colorPrecision
return int

palette public_oe property

public Texture2D,UnityEngine palette
return UnityEngine.Texture2D

usePalette public_oe property

public bool usePalette
return bool