The direction the camera will be pointed in during its movement.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Vector3D LookAtDirection { get; set; } |
Visual Basic |
---|
Public Property LookAtDirection As Vector3D Get Set |
JScript |
---|
function get LookAtDirection () : Vector3D function set LookAtDirection (value : Vector3D) |