Table of Contents

Class NavigationMeshGroup

Namespace
Stride.Navigation
Assembly
Stride.Navigation.dll

A group that is used to distinguish between different agent types with it's Id used at run-time to acquire the navigation mesh for a group

[DataContract]
[ObjectFactory(typeof(NavigationMeshGroupFactory))]
public class NavigationMeshGroup : IIdentifiable
Inheritance
NavigationMeshGroup
Implements

Fields

AgentSettings

Agent settings for this group

[DataMember(5)]
public NavigationAgentSettings AgentSettings

Field Value

NavigationAgentSettings

Properties

Id

Gets the id of this instance

[DataMember(-10)]
[Display(null, null, Browsable = false)]
public Guid Id { get; set; }

Property Value

Guid

Name

Display name

[DataMember(0)]
public string Name { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.