Table of Contents

Class UIElement

Namespace
KSP.UI.Flight
Assembly
Assembly-CSharp.dll
public abstract class UIElement : KerbalMonoBehaviour
Inheritance
UIElement
Derived
Inherited Members
Extension Methods

Constructors

UIElement()

protected UIElement()

Methods

DestroyAllChildren(Transform)

protected void DestroyAllChildren(Transform root)

Parameters

root Transform

InstantiatePrefabToParent<T>(T, Transform, string)

protected T InstantiatePrefabToParent<T>(T prefab, Transform parent, string name = null) where T : Component

Parameters

prefab T
parent Transform
name string

Returns

T

Type Parameters

T