JointCollection
Declaration
public class tainicom.Aether.Physics2D.Dynamics.JointCollection
Implements: System.Collections.Generic.IEnumerable, System.Collections.Generic.ICollection, System.Collections.Generic.IList
Constructors
JointCollection
void JointCollection(World world)
Parameters:
| Name | Type | Description |
|---|---|---|
world |
tainicom.Aether.Physics2D.Dynamics.World |
Properties
this[]
Joint this[int index] { get set }
IsReadOnly
bool IsReadOnly { get }
Count
int Count { get }
Methods
GetEnumerator
JointEnumerator GetEnumerator()
IndexOf
int IndexOf(Joint item)
Parameters:
| Name | Type | Description |
|---|---|---|
item |
tainicom.Aether.Physics2D.Dynamics.Joints.Joint |
Contains
bool Contains(Joint item)
Parameters:
| Name | Type | Description |
|---|---|---|
item |
tainicom.Aether.Physics2D.Dynamics.Joints.Joint |
CopyTo
void CopyTo(Joint[] array, int arrayIndex)
Parameters:
| Name | Type | Description |
|---|---|---|
array |
tainicom.Aether.Physics2D.Dynamics.Joints.Joint[] |
|
arrayIndex |
System.Int32 |
Nested Types
tainicom.Aether.Physics2D.Dynamics.JointCollection.JointEnumerator
Current
Joint Current { get }
MoveNext
bool MoveNext()