Click or drag to resize

DocumentLook(Vector3, Vector3) Method

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

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

Parameters

lookFrom  Vector3
The world location to look from.
direction  Vector3
The world direction to look.

Return Value

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