Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
Game.SubsystemPathfinding.World
类 Game.SubsystemPathfinding.World 继承关系图:
Game.SubsystemPathfinding.World 的协作图:

Public 成员函数

float Cost (Vector3 p1, Vector3 p2)
void Neighbors (Vector3 p, DynamicArray< Vector3 > neighbors)
float Heuristic (Vector3 p1, Vector3 p2)
bool IsGoal (Vector3 p)
void AddNeighbor (DynamicArray< Vector3 > neighbors, Vector3 p, int dx, int dz)
float GetBlockWalkingHeight (Block block, int value)
bool IsBlocked (BoundingBox box)
Public 成员函数 继承自 Game.IAStarWorld< T >
float Cost (T p1, T p2)
void Neighbors (T p, DynamicArray< T > neighbors)
float Heuristic (T p1, T p2)
bool IsGoal (T p)

Public 属性

SubsystemTerrain SubsystemTerrain
Request Request

详细描述

在文件 SubsystemPathfinding.cs40 行定义.

成员函数说明

◆ AddNeighbor()

void Game.SubsystemPathfinding.World.AddNeighbor ( DynamicArray< Vector3 > neighbors,
Vector3 p,
int dx,
int dz )

在文件 SubsystemPathfinding.cs70 行定义.

函数调用图:
这是这个函数的调用关系图:

◆ Cost()

float Game.SubsystemPathfinding.World.Cost ( Vector3 p1,
Vector3 p2 )

在文件 SubsystemPathfinding.cs45 行定义.

◆ GetBlockWalkingHeight()

float Game.SubsystemPathfinding.World.GetBlockWalkingHeight ( Block block,
int value )

在文件 SubsystemPathfinding.cs128 行定义.

函数调用图:
这是这个函数的调用关系图:

◆ Heuristic()

float Game.SubsystemPathfinding.World.Heuristic ( Vector3 p1,
Vector3 p2 )

在文件 SubsystemPathfinding.cs59 行定义.

◆ IsBlocked()

bool Game.SubsystemPathfinding.World.IsBlocked ( BoundingBox box)

在文件 SubsystemPathfinding.cs142 行定义.

函数调用图:
这是这个函数的调用关系图:

◆ IsGoal()

bool Game.SubsystemPathfinding.World.IsGoal ( Vector3 p)

在文件 SubsystemPathfinding.cs68 行定义.

◆ Neighbors()

void Game.SubsystemPathfinding.World.Neighbors ( Vector3 p,
DynamicArray< Vector3 > neighbors )

在文件 SubsystemPathfinding.cs47 行定义.

函数调用图:

类成员变量说明

◆ Request

Request Game.SubsystemPathfinding.World.Request

在文件 SubsystemPathfinding.cs43 行定义.

◆ SubsystemTerrain

SubsystemTerrain Game.SubsystemPathfinding.World.SubsystemTerrain

在文件 SubsystemPathfinding.cs41 行定义.


该类的文档由以下文件生成: