Delegate AxolotlGameObjectFactory
Creates a scene-owned object from the active scene scope.
public delegate GameObject AxolotlGameObjectFactory(IServiceProvider services, IGameObjectFactory objects, string name)
Parameters
servicesIServiceProvider- Creates a scene-owned object from the active scene scope.
objectsIGameObjectFactory- Creates a scene-owned object from the active scene scope.
namestring- Creates a scene-owned object from the active scene scope.
Returns
- GameObject
- Creates a scene-owned object from the active scene scope.