C# Class UtilitiesDirector, PaperCowboys

General non-state-based utility functions should go in here
Afficher le fichier Open project: Gamieon/PaperCowboys

Méthodes publiques

Méthode Description
SetLayerRecurse ( Transform t, int layer ) : void

Assigns the layer for a tree of game objects

Method Details

SetLayerRecurse() public static méthode

Assigns the layer for a tree of game objects
public static SetLayerRecurse ( Transform t, int layer ) : void
t Transform /// The root transform ///
layer int /// The layer ///
Résultat void