Namespace: DeltaEngine.Physics2DAssembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
public abstract PhysicsJoint CreateFixedAngleJoint(
PhysicsBody body,
float targetAngle
)
public abstract PhysicsJoint CreateFixedAngleJoint(
PhysicsBody body,
float targetAngle
)
Public MustOverride Function CreateFixedAngleJoint (
body As PhysicsBody,
targetAngle As Single
) As PhysicsJoint
Public MustOverride Function CreateFixedAngleJoint (
body As PhysicsBody,
targetAngle As Single
) As PhysicsJoint
public:
virtual PhysicsJoint^ CreateFixedAngleJoint(
PhysicsBody^ body,
float targetAngle
) abstract
public:
virtual PhysicsJoint^ CreateFixedAngleJoint(
PhysicsBody^ body,
float targetAngle
) abstract
abstract CreateFixedAngleJoint :
body : PhysicsBody *
targetAngle : float32 -> PhysicsJoint
abstract CreateFixedAngleJoint :
body : PhysicsBody *
targetAngle : float32 -> PhysicsJoint
Return Value
Type:
PhysicsJoint