C# Class cPrecision, psx_retroshader

Inheritance: MonoBehaviour
Afficher le fichier Open project: dsoft20/psx_retroshader

Méthodes publiques

Свойство Type Description
colorPrecision int
palette UnityEngine.Texture2D
usePalette bool

Méthodes publiques

Méthode Description
Awake ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnRenderImage() public méthode

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
Résultat void

Property Details

colorPrecision public_oe property

public int colorPrecision
Résultat int

palette public_oe property

public Texture2D,UnityEngine palette
Résultat UnityEngine.Texture2D

usePalette public_oe property

public bool usePalette
Résultat bool