Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    NavigationMeshGroup Class

    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

    System.Object → NavigationMeshGroup
    Derived from NavigationMeshGroup:

    [DataContract]
    [ObjectFactory(typeof(NavigationMeshGroupFactory))]
    public class NavigationMeshGroup : IIdentifiable
    Name Description
    Fields
    AgentSettings

    Agent settings for this group

    Properties
    Id
    Name

    Display name

    Methods
    ToString()
    | Improve this Doc View Source

    Fields


    AgentSettings

    Agent settings for this group

    [DataMember(5)]
    public NavigationAgentSettings AgentSettings
    Field Value
    Type Description
    NavigationAgentSettings
    | Improve this Doc View Source

    Properties


    Id

    [DataMember(-10)]
    [Display(null, null, Browsable = false)]
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid

    Name

    Display name

    [DataMember(0)]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Methods


    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation