C# Class PlayerInteract, Team4BabelGame

Inheritance: MonoBehaviour
Exibir arquivo Open project: veselin-/Team4BabelGame Class Usage Examples

Public Properties

Property Type Description
PlayerCanAct bool
Waypoints Transform[]
_targetIsNotHit bool

Public Methods

Method Description
ChangePlayerInteractState ( bool state ) : void
GoToNextWaypoint ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

ChangePlayerInteractState() public method

public ChangePlayerInteractState ( bool state ) : void
state bool
return void

GoToNextWaypoint() public method

public GoToNextWaypoint ( ) : void
return void

Property Details

PlayerCanAct public_oe property

public bool PlayerCanAct
return bool

Waypoints public_oe property

public Transform[] Waypoints
return Transform[]

_targetIsNotHit public_oe static_oe property

public static bool _targetIsNotHit
return bool