Node

class Node(val parent: DebugHierarchy.Node?, val component: Component, val components: List<Component>, val type: Int)

Constructors

Link copied to clipboard
constructor(parent: DebugHierarchy.Node?, component: Component, components: List<Component>, type: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard