Method | Description | |
---|---|---|
DestroyObjectWithAllParents ( Transform child ) : void |
Destroies the object with all parents.
|
|
FindByTagFromList ( List |
Finds the by tag from list.
|
|
FindGameObjectWithNameTag ( string nameOfObj, string tag ) : GameObject |
Finds the game object with name and tag.
|
public static DestroyObjectWithAllParents ( Transform child ) : void | ||
child | Transform | Child. |
return | void |
public static FindByTagFromList ( List |
||
list | List |
List. |
tag | string | Tag. |
return | GameObject |
public static FindGameObjectWithNameTag ( string nameOfObj, string tag ) : GameObject | ||
nameOfObj | string | |
tag | string | Tag. |
return | GameObject |