Table of Contents

Class GameObjectExtensions

Namespace
KSP
Assembly
Assembly-CSharp.dll
public static class GameObjectExtensions
Inheritance
GameObjectExtensions
Inherited Members

Methods

AddComponent<T>(GameObject, T)

public static T AddComponent<T>(this GameObject go, T toAdd) where T : Component

Parameters

go GameObject
toAdd T

Returns

T

Type Parameters

T