[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)]
Assembly: Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)
Syntax
C# |
---|
public int RemoveOccludedPolygons( List<Geometry> occludingGeometries, bool bUseFaceNormals, bool bUseVertexNormals, UIUpdate..::.UIUpdateEvent UIupdate ) |
Visual Basic (Declaration) |
---|
Public Function RemoveOccludedPolygons ( _ occludingGeometries As List(Of Geometry), _ bUseFaceNormals As Boolean, _ bUseVertexNormals As Boolean, _ UIupdate As UIUpdate..::.UIUpdateEvent _ ) As Integer |
Visual C++ |
---|
public: int RemoveOccludedPolygons( List<Geometry^>^ occludingGeometries, bool bUseFaceNormals, bool bUseVertexNormals, UIUpdate..::.UIUpdateEvent^ UIupdate ) |
Parameters
- occludingGeometries
- Type: System.Collections.Generic..::.List<(Of <(Geometry>)>)
[Missing <param name="occludingGeometries"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)"]
- bUseFaceNormals
- Type: System..::.Boolean
[Missing <param name="bUseFaceNormals"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)"]
- bUseVertexNormals
- Type: System..::.Boolean
[Missing <param name="bUseVertexNormals"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)"]
- UIupdate
- Type: Mogware.VisualStudio.ColladaNet..::.UIUpdate..::.UIUpdateEvent
[Missing <param name="UIupdate"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)"]
Return Value
[Missing <returns> documentation for M:Mogware.VisualStudio.ColladaNet.Geometry.Mesh.RemoveOccludedPolygons(System.Collections.Generic.List{Mogware.VisualStudio.ColladaNet.Geometry.Geometry},System.Boolean,System.Boolean,Mogware.VisualStudio.ColladaNet.UIUpdate.UIUpdateEvent)]