Table of Contents

Class NavigationSettingsFactory

Namespace
Stride.Navigation
Assembly
Stride.Navigation.dll
public class NavigationSettingsFactory : IObjectFactory
Inheritance
NavigationSettingsFactory
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.