프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultGraphTypes | System.Type[] | ||
compress | bool | ||
dataChecksum | uint | ||
data_backup | byte[] | ||
data_cachedStartup | byte[] | ||
graphTypes | System.Type[] | ||
hasBeenReverted | bool | ||
revertData | byte[] |
메소드 | 설명 | |
---|---|---|
AddGraph ( System type ) : |
||
AddGraph ( string type ) : |
||
AddGraph ( |
||
Awake ( ) : void | ||
ClearGraphs ( ) : void | ||
CreateGraph ( System type ) : |
||
CreateGraph ( string type ) : |
||
DeserializeGraphs ( ) : void | ||
DeserializeGraphs ( byte bytes ) : void | ||
DeserializeGraphsAdditive ( byte bytes ) : void | ||
DeserializeGraphsPart ( Pathfinding.Pathfinding sr ) : void | ||
DeserializeGraphsPartAdditive ( Pathfinding.Pathfinding sr ) : void | ||
FindGraphOfType ( System type ) : |
||
FindGraphTypes ( ) : void | ||
FindGraphsOfType ( System type ) : IEnumerable | ||
GetData ( ) : byte[] | ||
GetGraph ( |
||
GetGraphIndex ( |
||
GetGraphType ( string type ) : System.Type | ||
GetNode ( int graphIndex, int nodeIndex ) : |
||
GetNode ( int graphIndex, int nodeIndex, |
||
GetRaycastableGraphs ( ) : IEnumerable | ||
GetUpdateableGraphs ( ) : IEnumerable | ||
GuidToGraph ( |
||
GuidToIndex ( |
||
LoadFromCache ( ) : void | ||
OnDestroy ( ) : void | ||
RemoveGraph ( |
||
SaveCacheData ( Pathfinding.Pathfinding settings ) : void | ||
SerializeGraphs ( ) : byte[] | ||
SerializeGraphs ( Pathfinding.Pathfinding settings ) : byte[] | ||
SerializeGraphs ( Pathfinding.Pathfinding settings, uint &checksum ) : byte[] | ||
SerializeGraphsPart ( Pathfinding.Pathfinding sr ) : void | ||
SetData ( byte data, uint checksum ) : void | ||
UpdateShortcuts ( ) : void |
public DeserializeGraphsAdditive ( byte bytes ) : void | ||
bytes | byte | |
리턴 | void |
public DeserializeGraphsPart ( Pathfinding.Pathfinding sr ) : void | ||
sr | Pathfinding.Pathfinding | |
리턴 | void |
public DeserializeGraphsPartAdditive ( Pathfinding.Pathfinding sr ) : void | ||
sr | Pathfinding.Pathfinding | |
리턴 | void |
public FindGraphsOfType ( System type ) : IEnumerable | ||
type | System | |
리턴 | IEnumerable |
public static GetGraph ( |
||
node | ||
리턴 |
public GetNode ( int graphIndex, int nodeIndex ) : |
||
graphIndex | int | |
nodeIndex | int | |
리턴 |
public GetNode ( int graphIndex, int nodeIndex, |
||
graphIndex | int | |
nodeIndex | int | |
graphs | ||
리턴 |
public GuidToGraph ( |
||
guid | ||
리턴 |
public SaveCacheData ( Pathfinding.Pathfinding settings ) : void | ||
settings | Pathfinding.Pathfinding | |
리턴 | void |
public SerializeGraphs ( Pathfinding.Pathfinding settings ) : byte[] | ||
settings | Pathfinding.Pathfinding | |
리턴 | byte[] |
public SerializeGraphs ( Pathfinding.Pathfinding settings, uint &checksum ) : byte[] | ||
settings | Pathfinding.Pathfinding | |
checksum | uint | |
리턴 | byte[] |
public SerializeGraphsPart ( Pathfinding.Pathfinding sr ) : void | ||
sr | Pathfinding.Pathfinding | |
리턴 | void |