Namespace: DeltaEngine.Physics3D.JitterAssembly: DeltaEngine.Physics3D.Jitter (in DeltaEngine.Physics3D.Jitter.dll) Version: 1.1.1.0 (1.1.1)
public override bool IsJointSupported(
JointType jointType
)
public override bool IsJointSupported(
JointType jointType
)
Public Overrides Function IsJointSupported (
jointType As JointType
) As Boolean
Public Overrides Function IsJointSupported (
jointType As JointType
) As Boolean
public:
virtual bool IsJointSupported(
JointType jointType
) override
public:
virtual bool IsJointSupported(
JointType jointType
) override
abstract IsJointSupported :
jointType : JointType -> bool
override IsJointSupported :
jointType : JointType -> bool
abstract IsJointSupported :
jointType : JointType -> bool
override IsJointSupported :
jointType : JointType -> bool
Return Value
Type:
Boolean