Namespace: DeltaEngine.Physics3DAssembly: DeltaEngine.Physics3D (in DeltaEngine.Physics3D.dll) Version: 1.1.1.0 (1.1.1)
protected PhysicsJoint(
JointType jointType,
PhysicsBody bodyA,
PhysicsBody bodyB,
Object[] args
)
protected PhysicsJoint(
JointType jointType,
PhysicsBody bodyA,
PhysicsBody bodyB,
Object[] args
)
Protected Sub New (
jointType As JointType,
bodyA As PhysicsBody,
bodyB As PhysicsBody,
args As Object()
)
Protected Sub New (
jointType As JointType,
bodyA As PhysicsBody,
bodyB As PhysicsBody,
args As Object()
)
protected:
PhysicsJoint(
JointType jointType,
PhysicsBody^ bodyA,
PhysicsBody^ bodyB,
array<Object^>^ args
)
protected:
PhysicsJoint(
JointType jointType,
PhysicsBody^ bodyA,
PhysicsBody^ bodyB,
array<Object^>^ args
)
new :
jointType : JointType *
bodyA : PhysicsBody *
bodyB : PhysicsBody *
args : Object[] -> PhysicsJoint
new :
jointType : JointType *
bodyA : PhysicsBody *
bodyB : PhysicsBody *
args : Object[] -> PhysicsJoint