Click or drag to resize

DocumentLook Method (Vector3, Vector3)

Find the first visual from a location and in a direction.

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

Parameters

lookFrom
Type: Microsoft.DirectXVector3
The world location to look from.
direction
Type: Microsoft.DirectXVector3
The world direction to look.

Return Value

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