C# Class GameObjectUtil, RoverGame

Exibir arquivo Open project: Stumpstump/RoverGame Class Usage Examples

Public Methods

Method Description
FindChildByTag ( Transform theParent, string childTag ) : Transform

Finds the child by tag.

Method Details

FindChildByTag() public static method

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