Ctrl+K

ControllerCollection

Declaration

public class tainicom.Aether.Physics2D.Dynamics.ControllerCollection

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

Constructors

ControllerCollection

void ControllerCollection(World world)

Parameters:

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

Properties

this[]

Controller this[int index] { get set }

IsReadOnly

bool IsReadOnly { get }

Count

int Count { get }

Methods

GetEnumerator

ControllerEnumerator GetEnumerator()

IndexOf

int IndexOf(Controller item)

Parameters:

Name Type Description
item tainicom.Aether.Physics2D.Controllers.Controller

Contains

bool Contains(Controller item)

Parameters:

Name Type Description
item tainicom.Aether.Physics2D.Controllers.Controller

CopyTo

void CopyTo(Controller[] array, int arrayIndex)

Parameters:

Name Type Description
array tainicom.Aether.Physics2D.Controllers.Controller[]
arrayIndex System.Int32

Nested Types

tainicom.Aether.Physics2D.Dynamics.ControllerCollection.ControllerEnumerator

Current

Controller Current { get }

MoveNext

bool MoveNext()