Property invertCulling
invertCulling
Get whether culling should be inverted during rendering. Some front-facing camera modes might require this.
Declaration
public virtual bool invertCulling { get; }
Property Value
| Type | Description |
|---|---|
| bool | true if culling should be inverted during rendering. Otherwise, false. |