C# Class Hat, Aegina

Inheritance: MonoBehaviour
Datei anzeigen Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
Hat ( ) : System.Collections
Hat ( Hat, hat ) : System.Collections
Hat ( int id, Text, description ) : System.Collections
Hat ( int id, Texture2D texture, Text, description, Color color, TypeHat type ) : System.Collections

Method Details

Hat() public method

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

Hat() public method

public Hat ( Hat, hat ) : System.Collections
hat Hat,
return System.Collections

Hat() public method

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

Hat() public method

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