C# Class EquipWeapon, TestGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: liuxq/TestGame Class Usage Examples

Méthodes publiques

Свойство Type Description
weapon Transform[]
weaponHand Transform

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
Start ( ) : void
clearWeapon ( ) : void
equipWeapon ( int wIndex ) : void
init ( ) : void

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

clearWeapon() public méthode

public clearWeapon ( ) : void
Résultat void

equipWeapon() public méthode

public equipWeapon ( int wIndex ) : void
wIndex int
Résultat void

init() public méthode

public init ( ) : void
Résultat void

Property Details

weapon public_oe property

public Transform[] weapon
Résultat Transform[]

weaponHand public_oe property

public Transform weaponHand
Résultat Transform