PrimitiveManager Methods |
The PrimitiveManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds a primitive to the manager. Primitives must be added to the manager to be rendered.
| |
| Clear |
Removes all primitives from the manager.
| |
| Contains |
Determines whether the manager contains a primitive.
| |
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
The order of the primitives is not guaranteed to be the order
that the primitives were added.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove |
Removes a primitive from the manager. The primitive is no longer rendered
unless it is added back into the manager.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |