DocumentLookDown Method (Vector3) |
Find the first visual below the lookFrom world location.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Visual LookDown(
Vector3 lookFrom
)
Parameters
- lookFrom
- Type: Microsoft.DirectXVector3
The world location to look below.
Return Value
Type:
VisualThe first visual below the lookFrom world location.
See Also