Click or drag to resize

UnityUtils Methods

The UnityUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddChild
Instantiates a new game object from the specified prefab and adds it to the game object. Makes sure the position/rotation/scale are initialized correctly.
Public methodStatic memberDestroyChildren
Destroys all children from the specified game object.
Public methodStatic memberGetChildren
Collects all children from the specified game object.
Top
See Also