b2Settings
b2Settings
Box2D.CommonInheritance: System.Object
Constructors
b2Settings()
b2Settings()()
Fields
b2_aabbExtension(System.Single)
b2_aabbExtensionVec(Box2D.Common.b2Vec2)
b2_aabbMultiplier(System.Single)
b2_alphaEpsilon(System.Single)
b2_angularSleepTolerance(System.Single)
b2_angularSlop(System.Single)
b2_baumgarte(System.Single)
b2_epsilon(System.Single)
b2_epsilonSqrd(System.Single)
b2_linearSleepTolerance(System.Single)
b2_linearSlop(System.Single)
b2_maxAngularCorrection(System.Single)
b2_maxFloat(System.Single)
b2_maxLinearCorrection(System.Single)
b2_maxManifoldPoints(System.Int32)
b2_maxPolygonVertices(System.Int32)
b2_maxRotation(System.Single)
b2_maxRotationSquared(System.Single)
b2_maxSubSteps(System.Int32)
b2_maxTOIContacts(System.Int32)
b2_maxTranslation(System.Single)
b2_maxTranslationSquared(System.Single)
b2_pi(System.Single)
b2_polygonRadius(System.Single)
b2_timeToSleep(System.Single)
b2_toiBaugarte(System.Single)
b2_velocityThreshold(System.Single)
b2_version(Box2D.Common.b2Version)
Methods
b2Log(string, params object[])
b2Log(string, params object[])(System.String s, System.Object[] p)
Parameters:
s
(System.String)p
(System.Object[])Example