Click or drag to resize

DocumentLook Method (Vector3, Vector3, DocumentLookOptions)

Find the first visual from a location and in a direction with given DocumentLookOptions.

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

Parameters

lookFrom
Type: Microsoft.DirectXVector3
The world location to look from.
direction
Type: Microsoft.DirectXVector3
The world direction to look.
options
Type: Demo3D.VisualsDocumentLookOptions
The options for the look.

Return Value

Type: Visual
The first visual from a location and in a direction with given DocumentLookOptions.
See Also