Class UIElement
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
rootTransform
InstantiatePrefabToParent<T>(T, Transform, string)
protected T InstantiatePrefabToParent<T>(T prefab, Transform parent, string name = null) where T : Component
Parameters
prefabTparentTransformnamestring
Returns
- T
Type Parameters
T