Ctrl+K

Island

Declaration

public class tainicom.Aether.Physics2D.Dynamics.Island

This is an internal class.

Fields

Bodies

Body[] Bodies

BodyCount

int BodyCount

ContactCount

int ContactCount

JointCount

int JointCount

BodyCapacity

int BodyCapacity

ContactCapacity

int ContactCapacity

JointCapacity

int JointCapacity

JointUpdateTime

TimeSpan JointUpdateTime

Methods

Reset

void Reset(int bodyCapacity, int contactCapacity, int jointCapacity, ContactManager contactManager)

Parameters:

Name Type Description
bodyCapacity System.Int32
contactCapacity System.Int32
jointCapacity System.Int32
contactManager tainicom.Aether.Physics2D.Dynamics.ContactManager

Clear

void Clear()

Add

void Add(Body body)

Parameters:

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

Add

void Add(Contact contact)

Parameters:

Name Type Description
contact tainicom.Aether.Physics2D.Dynamics.Contacts.Contact

Add

void Add(Joint joint)

Parameters:

Name Type Description
joint tainicom.Aether.Physics2D.Dynamics.Joints.Joint