unity 直接点父节点/子节点 获取方法

this.transform.FindChild("childName") // 获取子节点

this.transform.parent.gameObject;      // 获取父节点

你可能感兴趣的:(unity 直接点父节点/子节点 获取方法)