Header Text Coming Soon! You can Contact Us below anytime!

[This is preliminary documentation and is subject to change.]

Provides Functionality of T as a Five Faced Shape (TCrossHair). Could be easily used for a navigator like the arrow keys (as a controller) but with an included current object.

Namespace:  SpiderMaster
Assembly:  SpiderMaster.Net (in SpiderMaster.Net.dll) Version: 0.0.6.0 (0.0.6.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public abstract class CrossHair<T> : Polytope<T>
Public MustInherit Class CrossHair(Of T) _
	Inherits Polytope(Of T)
generic<typename T>
public ref class CrossHair abstract : public Polytope<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:SpiderMaster.CrossHair`1"]

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CrossHair<(Of <(<'T>)>)>()()()()
CrossHair<(Of <(<'T>)>)>(T)
Initializes a new instance of the CrossHair<(Of <(<'T>)>)> class.
Down
Gets the Down T.
GetDown()()()()
Gets the Down T.
GetUp()()()()
Gets the previous T.
MoveToDown()()()()
Moves to next T.
MoveToLeft()()()()
Moves to previous.
MoveToRight()()()()
Moves to right.
MoveToUp()()()()
Moves to Up T.
ShiftCrossHairDownLeftFromNonagon()()()()
Shifts the CrossHair Down Left. (assuming the current is Handled)
ShiftCrossHairDownRightFromNonagon()()()()
Shifts the CrossHair Down Right. (assuming the current is Handled)
ShiftCrossHairUpLeftFromNonagon()()()()
Shifts the CrossHair Up Left. (assuming the current is Handled)
ShiftCrossHairUpRightFromNonagon()()()()
Shifts the CrossHair Up Right. (assuming the current is Handled)
Up
Gets the previous T.

Inheritance Hierarchy

System..::..Object
  SpiderMaster..::..Polytope<(Of <(<'T>)>)>
    SpiderMaster..::..CrossHair<(Of <(<'T>)>)>
      SpiderMaster..::..Dice<(Of <(<'T>)>)>
      SpiderMaster..::..Nonagon<(Of <(<'T>)>)>

See Also