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