C# Class FlagCapturePoint, GameProject

Inheritance: MonoBehaviour
Exibir arquivo Open project: EECS390IndieTeam/GameProject Class Usage Examples

Public Properties

Property Type Description
teamID int

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider other ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter() public method

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

Property Details

teamID public_oe property

public int teamID
return int