“Unity Zdobądź komponent u rodzica” Kod odpowiedzi

Jak zdobyć rodzica gameObject

childObject.transform.parent.gameObject
Koshin_S_Hegde

Jedność rodzica

public gameobject player
public gameobject Newparent
player.transform.parent = newParent.transform;
Amused Albatross

Unity Zdobądź komponent u rodzica

void OnCollisionEnter(Collision collision)
{
PlayerController pl = collision.gameObject.GetComponentInParent<PlayerController>();
}
Careful Cowfish

Odpowiedzi podobne do “Unity Zdobądź komponent u rodzica”

Pytania podobne do “Unity Zdobądź komponent u rodzica”

Więcej pokrewnych odpowiedzi na “Unity Zdobądź komponent u rodzica” w C#

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu