C# Class PlayerInteract, Team4BabelGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/Team4BabelGame Class Usage Examples

Méthodes publiques

Свойство Type Description
PlayerCanAct bool
Waypoints Transform[]
_targetIsNotHit bool

Méthodes publiques

Méthode Description
ChangePlayerInteractState ( bool state ) : void
GoToNextWaypoint ( ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

ChangePlayerInteractState() public méthode

public ChangePlayerInteractState ( bool state ) : void
state bool
Résultat void

GoToNextWaypoint() public méthode

public GoToNextWaypoint ( ) : void
Résultat void

Property Details

PlayerCanAct public_oe property

public bool PlayerCanAct
Résultat bool

Waypoints public_oe property

public Transform[] Waypoints
Résultat Transform[]

_targetIsNotHit public_oe static_oe property

public static bool _targetIsNotHit
Résultat bool