• Dokumentation (master)
  • Dokumentation (develop)
Show / Hide Table of Contents
  • OctoAwesome
    • Axis
    • Block
    • BlockDefinition
    • Blocks
    • Chunk
    • ChunkColumn
    • Component
    • ComponentList<T>
    • Coordinate
    • Entity
    • EntityComponent
    • EntityFilterAttribute
    • EntityList
    • Extension
    • FailEntityChunkArgs
    • GlobalChunkCache
    • IBlockDefinition
    • IChunk
    • IChunkColumn
    • IClimateMap
    • IDefinition
    • IDefinitionManager
    • IEntityList
    • IExtension
    • IExtensionLoader
    • IExtensionResolver
    • IGlobalChunkCache
    • IInventoryableDefinition
    • IItem
    • IItemDefinition
    • ILocalChunkCache
    • IMapGenerator
    • IMapPopulator
    • Index2
    • Index3
    • InventorySlot
    • IPersistenceManager
    • IPlanet
    • IResource
    • IResourceManager
    • ISettings
    • Item
    • IUniverse
    • LocalBuilder
    • LocalChunkCache
    • MapPopulator
    • OrientationFlags
    • PhysicalProperties
    • Planet
    • PlanetIndex3
    • Player
    • Simulation
    • SimulationComponent
    • SimulationComponent<C1, C2, C3>
    • SimulationComponent<C1, C2>
    • SimulationComponent<C1>
    • SimulationState
    • Universe
    • UpdateableEntity
    • Wall
  • OctoAwesome.Basics
    • ITreeDefinition
    • TreeDefinition
  • OctoAwesome.EntityComponents
    • BodyComponent
    • ControllableComponent
    • HeadComponent
    • InventoryComponent
    • PositionComponent
    • RenderComponent
    • ToolBarComponent
  • OctoAwesome.Runtime
    • DefinitionManager
    • DiskPersistenceManager
    • ExtensionLoader
    • IPlayerController
    • ResourceManager

Class EntityList

Vererbung
System.Object
EntityList
Implementiert
IEntityList
ICollection<Entity>
Namespace: OctoAwesome
Assembly: OctoAwesome.dll
Syntax
public class EntityList : object, IEntityList, ICollection<Entity>

Konstructoren

EntityList(IChunkColumn)

Deklaration
public EntityList(IChunkColumn column)
Parameter
Typ Name Beschreibung
IChunkColumn column

Eigenschaften

Count

Deklaration
public int Count { get; }
Wert der Eigenschaft
Typ Beschreibung
System.Int32

IsReadOnly

Deklaration
public bool IsReadOnly { get; }
Wert der Eigenschaft
Typ Beschreibung
System.Boolean

Methoden

Add(Entity)

Deklaration
public void Add(Entity item)
Parameter
Typ Name Beschreibung
Entity item

Clear()

Deklaration
public void Clear()

Contains(Entity)

Deklaration
public bool Contains(Entity item)
Parameter
Typ Name Beschreibung
Entity item
R�ckgabewert
Typ Beschreibung
System.Boolean

CopyTo(Entity[], Int32)

Deklaration
public void CopyTo(Entity[] array, int arrayIndex)
Parameter
Typ Name Beschreibung
Entity[] array
System.Int32 arrayIndex

FailChunkEntity()

Deklaration
public IEnumerable<FailEntityChunkArgs> FailChunkEntity()
R�ckgabewert
Typ Beschreibung
IEnumerable<FailEntityChunkArgs>

GetEnumerator()

Deklaration
public IEnumerator<Entity> GetEnumerator()
R�ckgabewert
Typ Beschreibung
IEnumerator<Entity>

Remove(Entity)

Deklaration
public bool Remove(Entity item)
Parameter
Typ Name Beschreibung
Entity item
R�ckgabewert
Typ Beschreibung
System.Boolean

Implementiert

IEntityList
ICollection<>
Nach oben Projekt OctoAwesome · Projektwebsite · Impressum · Datenschutzerklärung
Generated by DocFX