Class NavigationMeshGroupFactory
- Namespace
 - Stride.Navigation
 
- Assembly
 - Stride.Navigation.dll
 
public class NavigationMeshGroupFactory : IObjectFactory
  - Inheritance
 - 
      objectNavigationMeshGroupFactory
 
- Implements
 
Methods
New(Type)
Creates a new instance of a type.
public object New(Type type)
  Parameters
typeTypeThe type of the instance to create.
Returns
- object
 A new default instance of a type.