Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Get child entities from parent entity

Discussion in 'Project Tiny' started by TheFordeD, Feb 8, 2019.

  1. TheFordeD

    TheFordeD

    Joined:
    Jul 9, 2018
    Posts:
    32
    Hi people, I need get all children Entities fro, parent Entity.

    How i can get it?
     
  2. Zoelovezle

    Zoelovezle

    Joined:
    Aug 7, 2015
    Posts:
    54
    Code (CSharp):
    1. ut.Core2D.TransformService.getChild(this.world , anyEntityReference , index)
     
    TheFordeD likes this.