C# Class BB.TypeHelper

Afficher le fichier Open project: SNUGDC/snugdc-study-bouncy_ball

Méthodes publiques

Méthode Description
MakeLevelFromIndex ( int idx ) : Level
MakeWorldTypeFromIndex ( int idx ) : WorldType
ToIndex ( this thiz ) : int
ToNumber ( this thiz ) : int

Method Details

MakeLevelFromIndex() public static méthode

public static MakeLevelFromIndex ( int idx ) : Level
idx int
Résultat Level

MakeWorldTypeFromIndex() public static méthode

public static MakeWorldTypeFromIndex ( int idx ) : WorldType
idx int
Résultat WorldType

ToIndex() public static méthode

public static ToIndex ( this thiz ) : int
thiz this
Résultat int

ToNumber() public static méthode

public static ToNumber ( this thiz ) : int
thiz this
Résultat int