Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Initializes a new instance of the WheelActorPair class

Namespace: Visual3D.PhysicsNew.Bullet
Assembly: Visual3D.Physics (in Visual3D.Physics.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public WheelActorPair(
	int index,
	bool isActorPart
)
Public Sub New ( _
	index As Integer, _
	isActorPart As Boolean _
)

Parameters

index
Int32
isActorPart
Boolean

See Also