Table of Contents

Interface IGameObjectFactory

Namespace
Axolotl2D.GameObjects
Assembly
Axolotl2D.dll
public interface IGameObjectFactory

Methods

Create(string)

GameObject Create(string name = "GameObject")

Parameters

name string

Returns

GameObject

Create<T>(string)

T Create<T>(string name) where T : GameObject

Parameters

name string

Returns

T

Type Parameters

T