C# Class TressFX.TressFXOITRenderer

Inheritance: ATressFXRender
Exibir arquivo Open project: kennux/TressFXUnity Class Usage Examples

Public Properties

Property Type Description
maxLightCount int
renderers List

Public Methods

Method Description
Awake ( ) : void
RenderFillPass ( ) : void
SetShaderParams ( Material material ) : void

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

Method Details

Awake() public method

public Awake ( ) : void
return void

RenderFillPass() public method

public RenderFillPass ( ) : void
return void

SetShaderParams() public method

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

Property Details

maxLightCount public_oe property

How many lights do this hair pickup max?
public int maxLightCount
return int

renderers public_oe static_oe property

public static List renderers
return List