C# Class BottomArmor, Aegina

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

Public Methods

Method 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 method

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

BottomArmor() public method

public BottomArmor ( BottomArmor, bottomArmor ) : System.Collections
bottomArmor BottomArmor,
return System.Collections

BottomArmor() public method

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
return System.Collections

SetArmor() public static method

public static SetArmor ( GameObject player, BottomArmor, topArmor ) : void
player GameObject
topArmor BottomArmor,
return void