C# Class CameraExtensions, gateway2dwest

Show file Open project: stlgamedev/gateway2dwest Class Usage Examples

Public Methods

Method Description
BoundsMax ( this camera ) : Vector2
BoundsMin ( this camera ) : Vector2
Extents ( this camera ) : Vector2

Method Details

BoundsMax() public static method

public static BoundsMax ( this camera ) : Vector2
camera this
return Vector2

BoundsMin() public static method

public static BoundsMin ( this camera ) : Vector2
camera this
return Vector2

Extents() public static method

public static Extents ( this camera ) : Vector2
camera this
return Vector2