Ctrl+K

BodyCollection

Declaration

public class tainicom.Aether.Physics2D.Dynamics.BodyCollection

Implements: System.Collections.Generic.IEnumerable, System.Collections.Generic.ICollection, System.Collections.Generic.IList

Constructors

BodyCollection

void BodyCollection(World world)

Parameters:

Name Type Description
world tainicom.Aether.Physics2D.Dynamics.World

Properties

this[]

Body this[int index] { get set }

IsReadOnly

bool IsReadOnly { get }

Count

int Count { get }

Methods

GetEnumerator

BodyEnumerator GetEnumerator()

IndexOf

int IndexOf(Body item)

Parameters:

Name Type Description
item tainicom.Aether.Physics2D.Dynamics.Body

Contains

bool Contains(Body item)

Parameters:

Name Type Description
item tainicom.Aether.Physics2D.Dynamics.Body

CopyTo

void CopyTo(Body[] array, int arrayIndex)

Parameters:

Name Type Description
array tainicom.Aether.Physics2D.Dynamics.Body[]
arrayIndex System.Int32

Nested Types

tainicom.Aether.Physics2D.Dynamics.BodyCollection.BodyEnumerator

Current

Body Current { get }

MoveNext

bool MoveNext()