Table of Contents

Class NavigationMeshGroupFactory

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