C# Class Knot3.Framework.Development.DebugBoundings

Inheritance: Knot3.Framework.Models.GameObject
Show file Open project: knot3/knot3-code Class Usage Examples

Public Methods

Method Description
DebugBoundings ( IScreen screen, Microsoft.Xna.Framework.Vector3 position ) : System.Diagnostics.CodeAnalysis
Intersects ( Microsoft.Xna.Framework.Ray ray ) : GameObjectDistance

Private Methods

Method Description
Draw ( GameTime time ) : void

Method Details

DebugBoundings() public method

public DebugBoundings ( IScreen screen, Microsoft.Xna.Framework.Vector3 position ) : System.Diagnostics.CodeAnalysis
screen IScreen
position Microsoft.Xna.Framework.Vector3
return System.Diagnostics.CodeAnalysis

Intersects() public method

public Intersects ( Microsoft.Xna.Framework.Ray ray ) : GameObjectDistance
ray Microsoft.Xna.Framework.Ray
return Knot3.Framework.Models.GameObjectDistance