C# Class hitThisBox, Team4BabelGame

Inheritance: MonoBehaviour
Mostrar archivo Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
_playerInteract PlayerInteract,

Public Methods

Method Description
OnTriggerEnter ( Collider col ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider col ) : void
col Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_playerInteract public_oe property

public PlayerInteract, _playerInteract
return PlayerInteract,