Summary
An
Animancer.IndexedList`2
of Animancer.IUpdatable
.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Interfaces
-
- IList
<IUpdatable> - IReadOnlyIndexedList
<IUpdatable> - IReadOnlyList
<IUpdatable> - ICollection
- IList
- Base Types
-
- Object
- IndexedList
<IUpdatable, IUpdatable .Indexer >
graph BT
Type-->Base0["IndexedList<IUpdatable, IUpdatable.Indexer>"]
Base0-->Base1["Object"]
Type-.->Interface0["IList<IUpdatable>"]
Type-.->Interface1["IReadOnlyIndexedList<IUpdatable>"]
Type-.->Interface2["IReadOnlyList<IUpdatable>"]
Type-.->Interface3["ICollection"]
Type["IUpdatable.List"]
class Type type-node
Syntax
public class IUpdatable.List : IndexedList<IUpdatable, IUpdatable.Indexer>, IList<IUpdatable>,
IReadOnlyIndexedList<IUpdatable>, IReadOnlyList<IUpdatable>, ICollection
Constructors
Name | Summary |
---|---|
List |
Creates a new Animancer.IUpdatable.List with the Animancer.IUpdatable.List.DefaultCapacity . |
Properties
Name | Value | Summary |
---|---|---|
DefaultCapacity | int |
The default
Animancer.IndexedList`2.Capacity for newly created lists.static
|
Methods
Name | Value | Summary |
---|---|---|
CloneFrom |
void |
Clones any
Animancer.ICloneable`1 items. |
UpdateAll |
void |
Calls
Animancer.IUpdatable.Update on all items in this list. |