Class Camera

Camera class

The camera. Declares a view of the visual scene hierarchy or scene graph.

public class Camera

Constructors

NameDescription
Camera()The default constructor.

Properties

NameDescription
Asset { get; set; }Gets or sets the asset.
Extra { get; set; }Gets or sets the extra.
Id { get; set; }Gets or sets the id. A text string containing the unique identifier of the camera element. This value must be unique within the instance document. Optional.
Name { get; set; }Gets or sets the name. Optional.
Optics { get; set; }Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.

See Also