C# Class Assets.Core.GameMaster.Scripts.EndPoints

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: veselin-/Team4BabelGame Class Usage Examples

Méthodes publiques

Свойство Type Description
Endpoints UnityEngine.GameObject[]
GrandAccesToLevelId string
NextLevelName string
endLevel UnityEngine.GameObject

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void

Private Methods

Méthode Description
ShouldRoomChange ( ) : IEnumerator

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other UnityEngine.Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other UnityEngine.Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

Endpoints public_oe property

public GameObject[],UnityEngine Endpoints
Résultat UnityEngine.GameObject[]

GrandAccesToLevelId public_oe property

public string GrandAccesToLevelId
Résultat string

NextLevelName public_oe property

public string NextLevelName
Résultat string

endLevel public_oe property

public GameObject,UnityEngine endLevel
Résultat UnityEngine.GameObject