Void
Context3DWrapper
.DrawText3D(IEnumerable<Double> point, String text)
Draws text at the given 3D world point.
Remarks
Examples
Parameters
point
Type: IEnumerable<Double>
The text coordinates.
text
Type: String
The text to draw.
Return Value
Type: Void