Table of Contents

Class NavigationBuildSettingsFactory

Namespace
Stride.Navigation
Assembly
Stride.Navigation.dll
public class NavigationBuildSettingsFactory : IObjectFactory
Inheritance
NavigationBuildSettingsFactory
Implements

Methods

New(Type)

Creates a new instance of a type.

public object New(Type type)

Parameters

type Type

The type of the instance to create.

Returns

object

A new default instance of a type.