GeometryContentCollection Class (Microsoft.Xna.Framework.Content.Pipeline.Graphics)

Provides methods for maintaining a collection of geometry batches that make up a mesh.
System.Object
   System.Collections.ObjectModel.Collection<T>
      Microsoft.Xna.Framework.Content.Pipeline.ChildCollection<TParent,TChild>
         Microsoft.Xna.Framework.Content.Pipeline.Graphics.GeometryContentCollection

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public sealed class GeometryContentCollection : ChildCollection<TParent,TChild>

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The GeometryContentCollection type exposes the following members.

  Platforms Name Description
ClearItems Removes all children from the collection. (Inherited from ChildCollection<TParent,TChild>.)
GetParent Gets the parent of a child object. (Overrides ChildCollection<TParent,TChild>.GetParent().)
InsertItem Inserts a child object into the collection at the specified location. (Inherited from ChildCollection<TParent,TChild>.)
RemoveItem Removes a child object from the collection. (Inherited from ChildCollection<TParent,TChild>.)
SetItem Modifies the value of the child object at the specified location. (Inherited from ChildCollection<TParent,TChild>.)
SetParent Sets the parent of the specified child object. (Overrides ChildCollection<TParent,TChild>.SetParent().)
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop