[]
Represents the placement and properties of a camera in a 3D scene.
public class Camera : FormattingBag
Public Class Camera
Inherits FormattingBag
Name | Description |
---|---|
Perspective | Gets or sets the field of view for the camera. Allowed values are from -0 to 120, inclusive. Default value is 0. Note that this property cannot be applied for text. |
Preset | Gets or sets the preset camera that defines the starting point for common preset rotations in space. Default value is OrthographicFront. |
Rotation | Gets the camera rotation. |
Zoom | Gets or sets the zoom factor of a given camera. Value must be greater than 0. Default value is 100. Note that this property cannot be applied for text. |
Name | Description |
---|---|
FixInheritedValues() | Fixes all inherited values as "direct" values for this instance. |
Reset() | Resets the camera to inherited defaults. |