Table of Contents

Method b3PrismaticJoint_SetTargetTranslation

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3PrismaticJoint_SetTargetTranslation(b3JointId, float)

Set the prismatic joint target translation. Usually in meters.

public static extern void b3PrismaticJoint_SetTargetTranslation(b3JointId jointId, float targetTranslation)

Parameters

jointId b3JointId

See the Box3D documentation.

targetTranslation float

See the Box3D documentation.