C# Class Drop, chrawl

显示文件 Open project: PentaHelix/chrawl Class Usage Examples

Public Methods

Method Description
CreatePotion ( Transform t, bool parent = false ) : GameObject
CreateScroll ( Transform t, bool parent = false ) : GameObject
CreateShopItem ( Transform tf, bool parent = false ) : GameObject
CreateTome ( Transform t, bool parent = false ) : GameObject

Method Details

CreatePotion() public static method

public static CreatePotion ( Transform t, bool parent = false ) : GameObject
t Transform
parent bool
return GameObject

CreateScroll() public static method

public static CreateScroll ( Transform t, bool parent = false ) : GameObject
t Transform
parent bool
return GameObject

CreateShopItem() public static method

public static CreateShopItem ( Transform tf, bool parent = false ) : GameObject
tf Transform
parent bool
return GameObject

CreateTome() public static method

public static CreateTome ( Transform t, bool parent = false ) : GameObject
t Transform
parent bool
return GameObject