OmniGraph Node omni.graph.ui.GetCameraTarget

omni.graph.ui.GetCameraTarget Properties

Name

Value

Version

1

Extension

omni.graph.ui

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

tests

uiName

Get Camera Target

__categories

sceneGraph:camera

__exclusions

tests

Generated Class Name

OgnGetCameraTargetDatabase

Python Module

omni.graph.ui

omni.graph.ui.GetCameraTarget Description

Gets a viewport camera’s target point.

omni.graph.ui.GetCameraTarget Inputs

Name

Type

Default

Required?

Descripton

inputs:prim

bundle

None

The camera prim, when ‘usePath’ is false

inputs:primPath

token

Y

Path of the camera, used when ‘usePath’ is true

uiName

Camera Path

inputs:usePath

bool

True

Y

When true, the ‘primPath’ attribute is used as the path to the prim being read, otherwise it will read the connection at the ‘prim’ attribute

__default

true

omni.graph.ui.GetCameraTarget Outputs

Name

Type

Default

Required?

Descripton

outputs:target

pointd[3]

None

Y

The target point

uiName

Target