C# Class BB.TypeHelper

Datei anzeigen Open project: SNUGDC/snugdc-study-bouncy_ball

Public Methods

Method Description
MakeLevelFromIndex ( int idx ) : Level
MakeWorldTypeFromIndex ( int idx ) : WorldType
ToIndex ( this thiz ) : int
ToNumber ( this thiz ) : int

Method Details

MakeLevelFromIndex() public static method

public static MakeLevelFromIndex ( int idx ) : Level
idx int
return Level

MakeWorldTypeFromIndex() public static method

public static MakeWorldTypeFromIndex ( int idx ) : WorldType
idx int
return WorldType

ToIndex() public static method

public static ToIndex ( this thiz ) : int
thiz this
return int

ToNumber() public static method

public static ToNumber ( this thiz ) : int
thiz this
return int