Click or drag to resize

Internal.tainicom.Aether.Physics2D.Dynamics Namespace

 
Classes
 ClassDescription
Public classBody 
Public classBodyCollection 
Public classContactManager 
Public classControllerCollection 
Public classFixture A fixture is used to attach a Shape to a body for collision detection. A fixture inherits its transform from its parent. Fixtures hold additional non-geometric data such as friction, collision filters, etc.
Public classFixtureCollection 
Public classIsland This is an internal class.
Public classJointCollection 
Public classWorld The world class manages all physics entities, dynamic simulation, and asynchronous queries.
Structures
Delegates
 DelegateDescription
Public delegateAfterCollisionEventHandler 
Public delegateBeforeCollisionEventHandler 
Public delegateBeginContactDelegate This delegate is called when a contact is created
Public delegateBodyDelegate 
Public delegateBroadphaseDelegate 
Public delegateCollisionFilterDelegate 
Public delegateControllerDelegate 
Public delegateEndContactDelegate This delegate is called when a contact is deleted
Public delegateFixtureDelegate 
Public delegateJointDelegate 
Public delegateOnCollisionEventHandler 
Public delegateOnSeparationEventHandler 
Public delegatePostSolveDelegate 
Public delegatePreSolveDelegate 
Public delegateQueryReportFixtureDelegate Called for each fixture found in the query.

Return Value

true: Continues the query, false: Terminate the query
Public delegateRayCastReportFixtureDelegate Called for each fixture found in the query. You control how the ray cast proceeds by returning a float: return -1: ignore this fixture and continue return 0: terminate the ray cast return fraction: clip the ray to this point return 1: don't clip the ray and continue @param fixture the fixture hit by the ray @param point the point of initial intersection @param normal the normal vector at the point of intersection @return 0 to terminate, fraction to clip the ray for closest hit, 1 to continue
Enumerations
 EnumerationDescription
Public enumerationBodyType The body type.
Public enumerationCategory