Click or drag to resize

ViewFromToTEntity Properties

The ViewFromToTEntity generic type exposes the following members.

Properties
  NameDescription
Public propertyCamera
Gets or sets the Camera.
Public propertyFromEntity
Gets the entity whose position will be used to place the camera or null if a Point is being used.
Public propertyFromPoint
Gets the Point whose position will be used to place the camera or null if an entity is being used.
Public propertyShape
Gets or sets the Ellipsoid to rotate the camera about. Defaults to Shape
Public propertyToEntity
Gets the entity whose position will be used to aim the camera or null if a Point is being used.
Public propertyToPoint
Gets the Point whose position will be used to aim the camera or null if an entity is being used.
Top
See Also