Method CopyFromCamera
CopyFromCamera(Camera, bool)
Copys all relevant values of the given camera to the current camera sample.
Declaration
public void CopyFromCamera(Camera camera, bool convertTransformToUsd = true)
Parameters
Type | Name | Description |
---|---|---|
Camera | camera | The camera to copy. |
bool | convertTransformToUsd | If true, converts the transform matrix from left handed(Unity) to right handed(USD). If you're unsure about this parameter, it should be left to the default value of true. |