27 lines
708 B
HTML
27 lines
708 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetWheelActorOffsetTransform [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub GetWheelActorOffsetTransform( actor, wheel, t_matrix ) </h2></p>
|
|
<p>
|
|
Stores the local offset transform for the wheel actor in t_matrix.
|
|
</p>
|
|
<p>
|
|
This is mainly for when the actors local transform does not line up with the axis for the vehicle.
|
|
</p>
|
|
<p>
|
|
Refer to the Vehicle demo to see an example of this.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="setwheelactoroffsettransform.html">SetWheelActorOffsetTransform</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |