C# Class WTHexagon, FutilePrototyper

Inheritance: FStage
Datei anzeigen Open project: wtrebella/FutilePrototyper

Public Methods

Method Description
HandleAddedToStage ( ) : void
HandleRemovedFromStage ( ) : void
HandleUpdate ( ) : void
PlaceTriangleAtAngle ( float angle ) : void
WTHexagon ( ) : System.Collections

Private Methods

Method Description
CurrentSliceEntityOfTriangle ( ) : int
HandleCollisions ( ) : void

Method Details

HandleAddedToStage() public method

public HandleAddedToStage ( ) : void
return void

HandleRemovedFromStage() public method

public HandleRemovedFromStage ( ) : void
return void

HandleUpdate() public method

public HandleUpdate ( ) : void
return void

PlaceTriangleAtAngle() public method

public PlaceTriangleAtAngle ( float angle ) : void
angle float
return void

WTHexagon() public method

public WTHexagon ( ) : System.Collections
return System.Collections