C# Class TressFX.TressFXOITRenderer

Inheritance: ATressFXRender
Afficher le fichier Open project: kennux/TressFXUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
maxLightCount int
renderers List

Méthodes publiques

Méthode Description
Awake ( ) : void
RenderFillPass ( ) : void
SetShaderParams ( Material material ) : void

Sets the shader parameters of this renderer to the specified material.

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

RenderFillPass() public méthode

public RenderFillPass ( ) : void
Résultat void

SetShaderParams() public méthode

Sets the shader parameters of this renderer to the specified material.
public SetShaderParams ( Material material ) : void
material UnityEngine.Material
Résultat void

Property Details

maxLightCount public_oe property

How many lights do this hair pickup max?
public int maxLightCount
Résultat int

renderers public_oe static_oe property

public static List renderers
Résultat List