C# Class Model.LayerNames

Afficher le fichier Open project: egametang/Egametang Class Usage Examples

Méthodes publiques

Méthode Description
GetLayerInt ( string name ) : int

通过Layers名字得到对应层

GetLayerStr ( int name ) : string

Method Details

GetLayerInt() public static méthode

通过Layers名字得到对应层
public static GetLayerInt ( string name ) : int
name string
Résultat int

GetLayerStr() public static méthode

public static GetLayerStr ( int name ) : string
name int
Résultat string