C# Class TressFX.TressFXOITCamera

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: kennux/TressFXUnity

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
OnPreRender ( ) : void

Clears the head texture

OnRenderObject ( ) : void

OIT Rendering main function.

OnValidate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnPreRender() public méthode

Clears the head texture
public OnPreRender ( ) : void
Résultat void

OnRenderObject() public méthode

OIT Rendering main function.
public OnRenderObject ( ) : void
Résultat void

OnValidate() public méthode

public OnValidate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void