C# 클래스 BottomArmor, Aegina

상속: Armor
파일 보기 프로젝트 열기: JMounier/Aegina 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BottomArmor() 공개 메소드

public BottomArmor ( ) : System.Collections
리턴 System.Collections

BottomArmor() 공개 메소드

public BottomArmor ( BottomArmor, bottomArmor ) : System.Collections
bottomArmor BottomArmor,
리턴 System.Collections

BottomArmor() 공개 메소드

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
리턴 System.Collections

SetArmor() 공개 정적인 메소드

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