C# Class TressFX.TressFXOITCamera

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: kennux/TressFXUnity

Public Methods

Method 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 method

public OnDestroy ( ) : void
return void

OnPreRender() public method

Clears the head texture
public OnPreRender ( ) : void
return void

OnRenderObject() public method

OIT Rendering main function.
public OnRenderObject ( ) : void
return void

OnValidate() public method

public OnValidate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void