C# Class Missions, RoverGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство Type Description
enableLockFeature bool

Méthodes publiques

Méthode Description
Awake ( ) : void
FindMissionById ( int ID, Mission, missions ) : Mission,

Find the mission component by ID.

Private Methods

Méthode Description
RemoveLocks ( ) : void

Removes the locks for missions.

SetLocks ( ) : void

Sets the locks for missions.

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FindMissionById() public méthode

Find the mission component by ID.
public FindMissionById ( int ID, Mission, missions ) : Mission,
ID int ID of mission.
missions Mission, Missions Components.
Résultat Mission,

Property Details

enableLockFeature public_oe property

Whether to enable the lock feature for or not.
public bool enableLockFeature
Résultat bool