Box2DX.Dynamics.Joint.GetReactionForce C# (CSharp) 메소드

GetReactionForce() 공개 추상적인 메소드

Get the reaction force on body2 at the joint anchor.
public abstract GetReactionForce ( float inv_dt ) : System.Vector2
inv_dt float
리턴 System.Vector2
		public abstract Vector2 GetReactionForce(float inv_dt);