C# Class TressFX.TressFXRender

Inheritance: ATressFXRender
Afficher le fichier Open project: kennux/TressFXUnity

Méthodes publiques

Свойство Type Description
hairMaterial UnityEngine.Material

Méthodes publiques

Méthode Description
Awake ( ) : void

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

LateUpdate ( ) : void

Méthodes protégées

Méthode Description
RenderShadows ( ) : void

Method Details

Awake() public méthode

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

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

RenderShadows() protected méthode

protected RenderShadows ( ) : void
Résultat void

Property Details

hairMaterial public_oe property

The hair material.
public Material,UnityEngine hairMaterial
Résultat UnityEngine.Material