C# Class Model.StartConfigComponent

Inheritance: Model.Component
Datei anzeigen Open project: egametang/Egametang Class Usage Examples

Public Methods

Method Description
Get ( int id ) : StartConfig
GetAll ( ) : Model.StartConfig[]

Private Methods

Method Description
Awake ( string path, int appId ) : void

Method Details

Get() public method

public Get ( int id ) : StartConfig
id int
return StartConfig

GetAll() public method

public GetAll ( ) : Model.StartConfig[]
return Model.StartConfig[]