C# Class TressFX.TressFXRender

Inheritance: ATressFXRender
Mostrar archivo Open project: kennux/TressFXUnity

Public Properties

Property Type Description
hairMaterial UnityEngine.Material

Public Methods

Method Description
Awake ( ) : void

Start this instance. Initializes the hair material and all other resources.

LateUpdate ( ) : void

Protected Methods

Method Description
RenderShadows ( ) : void

Method Details

Awake() public method

Start this instance. Initializes the hair material and all other resources.
public Awake ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

RenderShadows() protected method

protected RenderShadows ( ) : void
return void

Property Details

hairMaterial public_oe property

The hair material.
public Material,UnityEngine hairMaterial
return UnityEngine.Material