Photon Quantum 3.0.0

Properties | List of all members
Quantum.Navigation.IPathFinderData Interface Reference

An interface to access a few selected internal pathfinding data. More...

Inheritance diagram for Quantum.Navigation.IPathFinderData:
Quantum.Navigation.PathFinder

Properties

PathVertex[] Path [get]
 The path. More...
 
Int32 PathSize [get]
 The path size. More...
 
PathVertex[] RawPath [get]
 The raw, unfunneled path More...
 
Int32 RawPathSize [get]
 The raw path size. More...
 

Detailed Description

An interface to access a few selected internal pathfinding data.

Property Documentation

◆ PathSize

Int32 Quantum.Navigation.IPathFinderData.PathSize
get

The path size.

◆ Path

PathVertex [] Quantum.Navigation.IPathFinderData.Path
get

The path.

◆ RawPathSize

Int32 Quantum.Navigation.IPathFinderData.RawPathSize
get

The raw path size.

◆ RawPath

PathVertex [] Quantum.Navigation.IPathFinderData.RawPath
get

The raw, unfunneled path