Class CameraSample
Inherited Members
Namespace: USD.NET.Unity
Assembly: solution.dll
Syntax
[Serializable]
public class CameraSample : XformSample
Constructors
| Name | Description |
|---|---|
| CameraSample() | |
| CameraSample(Camera) |
Fields
| Name | Description |
|---|---|
| clippingPlanes | |
| clippingRange | |
| fStop | |
| focalLength | |
| focusDistance | |
| horizontalAperture | |
| horizontalApertureOffset | |
| projection | |
| shutter | |
| stereoRole | |
| verticalAperture | |
| verticalApertureOffset |
Methods
| Name | Description |
|---|---|
| CopyFromCamera(Camera, bool) | Copys all relevant values of the given camera to the current camera sample. |
| CopyToCamera(Camera, bool) | Copies the current sample values to the given camera. |