C# Class BottomArmor, Aegina

Inheritance: Armor
Afficher le fichier Open project: JMounier/Aegina Class Usage Examples

Méthodes publiques

Méthode Description
BottomArmor ( ) : System.Collections
BottomArmor ( BottomArmor, bottomArmor ) : System.Collections
BottomArmor ( int id, Text, name, Text, description, Texture2D icon, Entity, ent, int armorValue, Material exterieur, Material interieur ) : System.Collections
SetArmor ( GameObject player, BottomArmor, topArmor ) : void

Method Details

BottomArmor() public méthode

public BottomArmor ( ) : System.Collections
Résultat System.Collections

BottomArmor() public méthode

public BottomArmor ( BottomArmor, bottomArmor ) : System.Collections
bottomArmor BottomArmor,
Résultat System.Collections

BottomArmor() public méthode

public BottomArmor ( int id, Text, name, Text, description, Texture2D icon, Entity, ent, int armorValue, Material exterieur, Material interieur ) : System.Collections
id int
name Text,
description Text,
icon UnityEngine.Texture2D
ent Entity,
armorValue int
exterieur Material
interieur Material
Résultat System.Collections

SetArmor() public static méthode

public static SetArmor ( GameObject player, BottomArmor, topArmor ) : void
player GameObject
topArmor BottomArmor,
Résultat void