Axiom.Core.StaticGeometry.MaterialBucket.MaterialBucket C# (CSharp) Method

MaterialBucket() public method

public MaterialBucket ( Axiom.Core.LODBucket parent, string materialName ) : System
parent Axiom.Core.LODBucket
materialName string
return System
			public MaterialBucket( LODBucket parent, string materialName )
                : base()
			{
				this.parent = parent;
				this.materialName = materialName;
				geometryBucketList = new List<GeometryBucket>();
				currentGeometryMap = new Dictionary<string, GeometryBucket>();
			}