Tao.Ode SDK Documentation
Ode.dJointSetSliderAxis Method
[Visual Basic]
Public Shared Sub dJointSetSliderAxis( _
ByVal
joint
As
IntPtr
, _
ByVal
x
As
Single
, _
ByVal
y
As
Single
, _
ByVal
z
As
Single
_
)
[C#]
public static
void
dJointSetSliderAxis(
IntPtr
joint
,
float
x
,
float
y
,
float
z
);
See Also
Ode Class
|
Tao.Ode Namespace