filmov
tv
Unity Game Object Hierarchy - Unity Engine Tutorial 33
![preview_player](https://i.ytimg.com/vi/RWWdjNljxJI/maxresdefault.jpg)
Показать описание
Notes for You:: Unity Game Object Hierarchy - Unity Engine Tutorial 33
- Each game object in Unity scene is managed by a Hierarchical / Tree data structure.
Tree Data Structure Terminology:
Tree:
- is a data structure, in which objects are organized in the hierarchy (or in levels).
- is represented based on parent & child relationship present between objects.
Root:
- is an object at the top most level of a tree that does not have a parent.
- all root objects can be parent.
Parent:
- is an object containing one or more child objects (i.e. children).
Child:
- is an object that has a parent.
Siblings (brothers or sisters):
- are two or more objects with same parent.
Leaf:
- is an object without child or children.
Descendants / Successors:
- are all Objects falling under the selected object
(I.e. Direct Children, Children’s Children, or any object that can be reachable from the selected object to the leaf object are considered as descendants or successors).
Ancestors / Predecessors:
- are any object visited in the path from the selected object to the root object.
(I.e. Parent, Grandparent, Grand grandparent, or any object visited up from the selected object to the root object are considered as ancestors or predecessors).
Benefits of Tree data structure:
Allows us to efficiently
- store and manage data or objects in levels.
- search and manipulate data or objects.
- move sub trees.
- inherit some properties of a parent to its descendents.
=========================================
Follow the link for next video:
Unity Tutorial 34 - Understanding Unity Hierarchy (Parent-Child Relationships) with C# Script
Follow the link for previous video:
Unity Tutorial 32 - How to Snap Objects in Unity | Unity Vertex Snapping Mode
=========================================
Unity Tutorials Playlist:-
=========================================
Watch My Other Useful Tutorials:-
Unity Lighting Tutorials Playlist:-
Unity Camera Tutorials Playlist:-
Unity Particle System Tutorials Playlist:-
Unity Physics System Tutorials Playlist:-
Unity C-Sharp Scripting Tutorials Playlist:-
=========================================
► Subscribe to our YouTube channel:
► Visit our Website:
=========================================
Hash Tags:-
#ChidresTechTutorials #Unity #UnityTutorial
- Each game object in Unity scene is managed by a Hierarchical / Tree data structure.
Tree Data Structure Terminology:
Tree:
- is a data structure, in which objects are organized in the hierarchy (or in levels).
- is represented based on parent & child relationship present between objects.
Root:
- is an object at the top most level of a tree that does not have a parent.
- all root objects can be parent.
Parent:
- is an object containing one or more child objects (i.e. children).
Child:
- is an object that has a parent.
Siblings (brothers or sisters):
- are two or more objects with same parent.
Leaf:
- is an object without child or children.
Descendants / Successors:
- are all Objects falling under the selected object
(I.e. Direct Children, Children’s Children, or any object that can be reachable from the selected object to the leaf object are considered as descendants or successors).
Ancestors / Predecessors:
- are any object visited in the path from the selected object to the root object.
(I.e. Parent, Grandparent, Grand grandparent, or any object visited up from the selected object to the root object are considered as ancestors or predecessors).
Benefits of Tree data structure:
Allows us to efficiently
- store and manage data or objects in levels.
- search and manipulate data or objects.
- move sub trees.
- inherit some properties of a parent to its descendents.
=========================================
Follow the link for next video:
Unity Tutorial 34 - Understanding Unity Hierarchy (Parent-Child Relationships) with C# Script
Follow the link for previous video:
Unity Tutorial 32 - How to Snap Objects in Unity | Unity Vertex Snapping Mode
=========================================
Unity Tutorials Playlist:-
=========================================
Watch My Other Useful Tutorials:-
Unity Lighting Tutorials Playlist:-
Unity Camera Tutorials Playlist:-
Unity Particle System Tutorials Playlist:-
Unity Physics System Tutorials Playlist:-
Unity C-Sharp Scripting Tutorials Playlist:-
=========================================
► Subscribe to our YouTube channel:
► Visit our Website:
=========================================
Hash Tags:-
#ChidresTechTutorials #Unity #UnityTutorial
Комментарии