DocumentLookDown(Vector3, DocumentLookOptions) Method |
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic Visual LookDown(
Vector3 lookFrom,
DocumentLookOptions options
)
Parameters
- lookFrom Vector3
- The world location to look below.
- options DocumentLookOptions
- The options for the look.
Return Value
VisualThe first visual below the lookFrom world location with the given
DocumentLookOptions.
See Also