Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

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

Syntax

      
 C#  Visual Basic 
public abstract void Draw3dText(
	ref Vector3 location,
	string text
)
Public MustOverride Sub Draw3dText ( _
	ByRef location As Vector3, _
	text As String _
)

Parameters

location
Vector3%
text
String

See Also