Method IsDoubleSided
IsDoubleSided(Material, int)
Retrieves whether material is double-sided.
Declaration
protected static bool IsDoubleSided(Material uMaterial, int cullPropId)
Parameters
| Type | Name | Description |
|---|---|---|
| Material | uMaterial | Material to analyze. |
| int | cullPropId | CullMode property id. |
Returns
| Type | Description |
|---|---|
| bool | True if material is double-sided, false otherwise. |