Click or drag to resize
AB4D logo

TextBlockVisual3DAlignWithCamera(BaseCamera) Method

AlignWithCamera method aligns the TextBlockVisual3D to be oriented so that it faces the specified camera.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public void AlignWithCamera(
	BaseCamera camera
)

Parameters

camera  BaseCamera
Ab3d.PowerToys camera
See Also