C# Class ImagesFetcher

Inheritance: MonoBehaviour
Afficher le fichier Open project: DiUS/3DiUS

Méthodes publiques

Méthode Description
OpenFolder ( string pathToFolder ) : void
ShuffleFiles ( ) : void
Start ( ) : void

Private Methods

Méthode Description
GetTexturesFromFolder ( ) : IEnumerator

Method Details

OpenFolder() public méthode

public OpenFolder ( string pathToFolder ) : void
pathToFolder string
Résultat void

ShuffleFiles() public méthode

public ShuffleFiles ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void