Properties  Methods  Events


SceneEntityCollection Class Members

The following tables list the members exposed by SceneEntityCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the SceneEntityCollection.  
Public PropertyGets a value indicating whether the SceneEntityCollection is read-only.  
Public PropertyGets or sets the element at the specified index.  
Top
Public Methods
 NameDescription
Public MethodAdds an item to the SceneEntityCollection.  
Public MethodRemoves all items from the SceneEntityCollection.  
Public MethodDetermines whether the SceneEntityCollection contains a specific value.  
Public MethodDetermines whether the SceneEntityCollection contains a scene entity by the specified ID.  
Public Method Determines if internal managed references map contains passed reference.  
Public MethodCopies the elements of the SceneEntityCollection to an System.Array, starting at a particular System.Array index.  
Public MethodOverloaded.  This method is defined in regards to basic implementation of the Dispose Pattern  
Public MethodReturns an enumerator that iterates through the collection.  
Public Method get the entity id of an item in the collection using its index this works if the entities are totoally on c++ side  
Public MethodDetermines the index of a specific item in the SceneEntityCollection.  
Public MethodInserts an item to the SceneEntityCollection at the specified index.  
Public MethodRemoves the first occurrence of a specific object from the SceneEntityCollection.  
Public MethodRemoves the SceneEntityCollection item at the specified index.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded.  Iterates over the list and performs an action on each element
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Events
 NameDescription
Public Event Occurs when the collection changes.  
Top
See Also