Class CreateCameraNode.InputPort
Input ports of the CreateCameraNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class CreateCameraNode.InputPort : InputPorts
Fields
cameras
A PrimPath-CameraDescription mapping, read from the usd file.
Declaration
public Dictionary<string, CameraDescription> cameras
Field Value
Type | Description |
---|---|
Dictionary<string, CameraDescription> |
gameObjects
A PrimPath-GameObject mapping containing all the GameObjects that this node may turn into cameras.
Declaration
public Dictionary<string, GameObject> gameObjects
Field Value
Type | Description |
---|---|
Dictionary<string, GameObject> |
usdMetadata
USD stage metadata.
Declaration
public UsdStageMetadata usdMetadata
Field Value
Type | Description |
---|---|
UsdStageMetadata |