Table of Contents

Delegate AxolotlGameObjectFactory

Namespace
Axolotl2D.Packages
Assembly
Axolotl2D.dll

Creates a scene-owned object from the active scene scope.

public delegate GameObject AxolotlGameObjectFactory(IServiceProvider services, IGameObjectFactory objects, string name)

Parameters

services IServiceProvider
Creates a scene-owned object from the active scene scope.
objects IGameObjectFactory
Creates a scene-owned object from the active scene scope.
name string
Creates a scene-owned object from the active scene scope.

Returns

GameObject
Creates a scene-owned object from the active scene scope.