Click or drag to resize

DocumentLookDown Method (Vector3, Int32)

Find the first visual below the lookFrom world location with the given DocumentLookOptions.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Visual LookDown(
	Vector3 lookFrom,
	int options
)

Parameters

lookFrom
Type: Microsoft.DirectXVector3
The world location to look below.
options
Type: SystemInt32
The options for the look.

Return Value

Type: Visual
The first visual below the lookFrom world location with the given DocumentLookOptions.
Remarks
This is just a helper function for use within JScript
See Also