Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.AI.Pathfinding.IMyHighLevelComponent Interface Reference

This class contains information about the high-level components of a navigation group. More...

Inheritance diagram for Sandbox.Game.AI.Pathfinding.IMyHighLevelComponent:
Sandbox.Game.AI.Pathfinding.MyGridNavigationMesh.Component Sandbox.Game.AI.Pathfinding.MyVoxelHighLevelHelper.Component

Public Member Functions

bool Contains (MyNavigationPrimitive primitive)
 

Properties

bool FullyExplored [get]
 

Detailed Description

This class contains information about the high-level components of a navigation group.

High-level navigation groups should not know about the implementation of their low-level counterparts, so this is done as an interface that the specific navigation groups can implement as they see fit.

Definition at line 14 of file IMyHighLevelComponent.cs.

Member Function Documentation

bool Sandbox.Game.AI.Pathfinding.IMyHighLevelComponent.Contains ( MyNavigationPrimitive  primitive)

Property Documentation

bool Sandbox.Game.AI.Pathfinding.IMyHighLevelComponent.FullyExplored
get

Definition at line 19 of file IMyHighLevelComponent.cs.


The documentation for this interface was generated from the following file: