DocumentLook(Vector3, Vector3, DocumentLookOptions) Method |
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Visual Look(
Vector3 lookFrom,
Vector3 direction,
DocumentLookOptions options
)
Parameters
- lookFrom Vector3
- The world location to look from.
- direction Vector3
- The world direction to look.
- options DocumentLookOptions
- The options for the look.
Return Value
VisualThe first visual from a location and in a direction with given
DocumentLookOptions.
See Also