C# Class ShamanShooting

Inheritance: MonoBehaviour
Afficher le fichier Open project: 5thFloorGames/SevenLayersOfSummoning

Méthodes publiques

Свойство Type Description
bullet GameObject

Méthodes publiques

Méthode Description
Block ( ) : void
JoystickKeyPressed ( ) : bool
NewPattern ( KeyCode newPattern ) : void
Start ( ) : void
Unblock ( ) : void
Update ( ) : void

Method Details

Block() public méthode

public Block ( ) : void
Résultat void

JoystickKeyPressed() public méthode

public JoystickKeyPressed ( ) : bool
Résultat bool

NewPattern() public méthode

public NewPattern ( KeyCode newPattern ) : void
newPattern KeyCode
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Unblock() public méthode

public Unblock ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bullet public_oe property

public GameObject bullet
Résultat GameObject