C# Class GameObjectUtil, RoverGame

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

Méthodes publiques

Méthode Description
FindChildByTag ( Transform theParent, string childTag ) : Transform

Finds the child by tag.

Method Details

FindChildByTag() public static méthode

Finds the child by tag.
public static FindChildByTag ( Transform theParent, string childTag ) : Transform
theParent Transform
childTag string Child tag.
Résultat Transform