My Project v1
Project
载入中...
搜索中...
未找到
Game.SubsystemPathfinding.Storage
类 Game.SubsystemPathfinding.Storage 继承关系图:
Game.SubsystemPathfinding.Storage 的协作图:

Public 成员函数

void Clear ()
 
object Get (Vector3 p)
 
void Set (Vector3 p, object data)
 
- Public 成员函数 继承自 Game.IAStarStorage< Vector3 >
void Clear ()
 
object Get (T p)
 
void Set (T p, object data)
 

Public 属性

Dictionary< Vector3, object > Dictionary = []
 

成员函数说明

◆ Clear()

void Game.SubsystemPathfinding.Storage.Clear ( )

◆ Get()

object Game.SubsystemPathfinding.Storage.Get ( Vector3 p)

◆ Set()

void Game.SubsystemPathfinding.Storage.Set ( Vector3 p,
object data )

类成员变量说明

◆ Dictionary

Dictionary<Vector3, object> Game.SubsystemPathfinding.Storage.Dictionary = []

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