Table of Contents

Class NavigationAgentSettingsFactory

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