C# Class PostEffectsBase

Inheritance: MonoBehaviour
Afficher le fichier Open project: gsabourin/timebanana Class Usage Examples

Protected Properties

Свойство Type Description
isSupported bool
supportDX11 bool
supportHDRTextures bool

Méthodes publiques

Méthode Description
CheckResources ( ) : bool
Dx11Support ( ) : bool

Méthodes protégées

Méthode Description
CheckShaderAndCreateMaterial ( Shader s, Material m2Create ) : Material
CheckSupport ( ) : bool
CheckSupport ( bool needDepth ) : bool
CheckSupport ( bool needDepth, bool needHdr ) : bool
CreateMaterial ( Shader s, Material m2Create ) : Material
DrawBorder ( RenderTexture dest, Material material ) : void
NotSupported ( ) : void
OnEnable ( ) : void
ReportAutoDisable ( ) : void
Start ( ) : void

Private Methods

Méthode Description
CheckShader ( Shader s ) : bool

Method Details

CheckResources() public méthode

public CheckResources ( ) : bool
Résultat bool

CheckShaderAndCreateMaterial() protected méthode

protected CheckShaderAndCreateMaterial ( Shader s, Material m2Create ) : Material
s Shader
m2Create Material
Résultat Material

CheckSupport() protected méthode

protected CheckSupport ( ) : bool
Résultat bool

CheckSupport() protected méthode

protected CheckSupport ( bool needDepth ) : bool
needDepth bool
Résultat bool

CheckSupport() protected méthode

protected CheckSupport ( bool needDepth, bool needHdr ) : bool
needDepth bool
needHdr bool
Résultat bool

CreateMaterial() protected méthode

protected CreateMaterial ( Shader s, Material m2Create ) : Material
s Shader
m2Create Material
Résultat Material

DrawBorder() protected méthode

protected DrawBorder ( RenderTexture dest, Material material ) : void
dest RenderTexture
material Material
Résultat void

Dx11Support() public méthode

public Dx11Support ( ) : bool
Résultat bool

NotSupported() protected méthode

protected NotSupported ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

ReportAutoDisable() protected méthode

protected ReportAutoDisable ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Property Details

isSupported protected_oe property

protected bool isSupported
Résultat bool

supportDX11 protected_oe property

protected bool supportDX11
Résultat bool

supportHDRTextures protected_oe property

protected bool supportHDRTextures
Résultat bool