Method Evaluate
Evaluate(HDProbe)
Evaluates a probe and gets the texture size to use for baking.
Declaration
public int Evaluate(HDProbe probe)
Parameters
Type | Name | Description |
---|---|---|
HDProbe | probe | The probe to get the texture size for. |
Returns
Type | Description |
---|---|
int | Returns the size of the texture to use for the bake. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | When |
ArgumentOutOfRangeException | When mode has an invalid value. |