Click or drag to resize

ViewFromTo<TEntity> Constructor

Overload List
  NameDescription
Public methodViewFromTo<TEntity>()
Initializes a new instance.
Public methodViewFromTo<TEntity>(Camera, TEntity, TEntity)
Creates a new instance, specifying a view from one TEntity to another using the specified Camera.
Public methodViewFromTo<TEntity>(Camera, TEntity, Point)
Create a new instance, specifying a view from a Point to a TEntity using the specified Camera.
Public methodViewFromTo<TEntity>(Camera, Point, TEntity)
Create a new instance, specifying a view from a TEntity to a Point using the specified Camera.
Public methodViewFromTo<TEntity>(Camera, Point, Point)
Create a new instance, specifying a view from one Point to another using the specified Camera.
Top
See Also