Tesseract Engine Documentation

ObjectLibrary.RemoveGameObject Method 

Remove a Game Object from our list of gameobjects

public void RemoveGameObject(
   GameObject gameObject
);

Parameters

gameObject
Game object to be removed

See Also

ObjectLibrary Class | DarkWynter.Engine.ObjectLib Namespace