C# Class EquipmentViewer, RPGQuest

Inheritance: MonoBehaviour
Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
childName string[]
controlType bool[]
linkTo string[]
partID int

Méthodes publiques

Méthode Description
AddLink ( ) : void
CheckEquipment ( ) : void
LateUpdate ( ) : void
RemoveLink ( int index ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
IsVisible ( ) : bool

Method Details

AddLink() public méthode

public AddLink ( ) : void
Résultat void

CheckEquipment() public méthode

public CheckEquipment ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

RemoveLink() public méthode

public RemoveLink ( int index ) : void
index int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

childName public_oe property

public string[] childName
Résultat string[]

controlType public_oe property

public bool[] controlType
Résultat bool[]

linkTo public_oe property

public string[] linkTo
Résultat string[]

partID public_oe property

public int partID
Résultat int