C# Class SwarmBehaviour, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Свойство Type Description
Duration float
flip bool
player GameObject

Méthodes publiques

Méthode Description
Flip ( ) : void
Start ( ) : void
Update ( ) : void
setTarget ( GameObject p ) : void

Private Methods

Méthode Description
setInvinFalse ( ) : void
setInvinTrue ( ) : void

Method Details

Flip() public méthode

public Flip ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

setTarget() public méthode

public setTarget ( GameObject p ) : void
p GameObject
Résultat void

Property Details

Duration public_oe property

public float Duration
Résultat float

flip public_oe property

public bool flip
Résultat bool

player public_oe property

public GameObject player
Résultat GameObject