Struct quicksilver::graphics::View[][src]

pub struct View { /* fields omitted */ }

A view into the world, used as a camera and a viewport

Methods

impl View
[src]

Create a new view that looks at a given area

Create a new view that looks at a given area with a transform

The transform is relative to the center of the region

Trait Implementations

impl Clone for View
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for View
[src]

impl Debug for View
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for View

impl Sync for View