Click or drag to resize
PhysicsDebugDrawDraw3dText Method
Draw 3d text.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void Draw3dText(
	ref Vector3 location,
	string textString
)

Parameters

location
Type: Vector3
Psition to draw.
textString
Type: SystemString
String to render.

Implements

IDebugDraw.Draw3dText(Vector3, String)
See Also