C# Class Model.LayerNames

Mostra file Open project: egametang/Egametang Class Usage Examples

Public Methods

Method Description
GetLayerInt ( string name ) : int

通过Layers名字得到对应层

GetLayerStr ( int name ) : string

Method Details

GetLayerInt() public static method

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

GetLayerStr() public static method

public static GetLayerStr ( int name ) : string
name int
return string