HoneycombCol Class

Contains a set of all honeycomb materials in a database.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public sealed class HoneycombCol : IEnumerable<Honeycomb>, 
	IEnumerable
Inheritance
Object    HoneycombCol
Implements
IEnumerableHoneycomb, IEnumerable

Methods

Contains Check if an honeycomb material exists in this collection.
Copy Copy a Honeycomb.
Count 
Create Create a Honeycomb material.
Delete Delete a honeycomb material by name. Returns false if the method the material is not found.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Get Look up an Honeycomb material by its name.
GetEnumerator 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also