Gets or sets whether front and/or back-facing
triangles may be culled. This is used in combination with
Triangle Winding Order for culling.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property CullFace() As AgEStkGraphicsCullFace
|
| [C#] |
|---|
public AgEStkGraphicsCullFace CullFace {get; set;}
|
| [Managed C++] |
|---|
public: __property AgEStkGraphicsCullFace get_CullFace();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CullFace(
|
| [Java] |
|---|
public AgEStkGraphicsCullFace getCullFace();public void setCullFace(
|