Tao.Ode SDK Documentation

Ode.dJointSetSliderAxisDelta Method 

[Visual Basic]
Public Shared Sub dJointSetSliderAxisDelta( _
   ByVal joint As IntPtr, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single, _
   ByVal ax As Single, _
   ByVal ay As Single, _
   ByVal az As Single _
)
[C#]
public static void dJointSetSliderAxisDelta(
   IntPtr joint,
   float x,
   float y,
   float z,
   float ax,
   float ay,
   float az
);

See Also

Ode Class | Tao.Ode Namespace