[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class LayersCollection : ItemsCollection
Public Class LayersCollection _
	Inherits ItemsCollection
public ref class LayersCollection : public ItemsCollection

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
LayersCollection(UInt32)
LayersCollection(UInt32, Boolean)
Container (Inherited from ItemsCollection.)
Contains(Serial)
Finds out whether item is in this container or not.
(Inherited from ItemsCollection.)
Count(Graphic) (Inherited from ItemsCollection.)
Count(Graphic, UOColor) (Inherited from ItemsCollection.)
CountItems()()() (Inherited from ItemsCollection.)
FindType(Graphic) (Inherited from ItemsCollection.)
FindType(Graphic, UOColor) (Inherited from ItemsCollection.)
GetEnumerator()()() (Inherited from ItemsCollection.)
Item[([(Layer])])
Item[([(Byte])])
SearchSubContainers (Inherited from ItemsCollection.)

Inheritance Hierarchy

System..::.Object
  Phoenix.WorldData..::.ItemsCollection
    Phoenix.WorldData..::.LayersCollection

See Also