C# Class WaypointAction, Team4BabelGame

Inheritance: MonoBehaviour
ファイルを表示 Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
ActionToPerform int
_playerInteract PlayerInteract,
speech InteractableSpeechBubble,

Public Methods

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

Method Details

SideKickPerformAction() public method

public SideKickPerformAction ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ActionToPerform public_oe property

public int ActionToPerform
return int

_playerInteract public_oe property

public PlayerInteract, _playerInteract
return PlayerInteract,

speech public_oe property

public InteractableSpeechBubble, speech
return InteractableSpeechBubble,