Posts

What is Visual tree? -- Unity

 What is Visual tree? -- Unity The visual tree is a tree that contains all properties or fields about the UI toolkit. The  visual tree  contains all logical elements including all visual elements of the template of each element. more details on: Unity - Manual: The Visual Tree (unity3d.com) WPF Tutorial | Logical- and Visual Tree