C# Class Tshirt, Aegina

Inheritance: Clothing
ファイルを表示 Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
Tshirt ( ) : System.Collections
Tshirt ( Tshirt, tshirt ) : System.Collections
Tshirt ( int id, Text, description ) : System.Collections
Tshirt ( int id, Texture2D texture, Text, description, Color color, TypeTshirt type ) : System.Collections

Method Details

Tshirt() public method

public Tshirt ( ) : System.Collections
return System.Collections

Tshirt() public method

public Tshirt ( Tshirt, tshirt ) : System.Collections
tshirt Tshirt,
return System.Collections

Tshirt() public method

public Tshirt ( int id, Text, description ) : System.Collections
id int
description Text,
return System.Collections

Tshirt() public method

public Tshirt ( int id, Texture2D texture, Text, description, Color color, TypeTshirt type ) : System.Collections
id int
texture UnityEngine.Texture2D
description Text,
color Color
type TypeTshirt
return System.Collections