The Quantum navmesh stores connections between neighbouring triangles as portals. More...
Public Member Functions | |
void | Serialize (ByteStream stream, Boolean write) |
Serialize the portal from the NavMesh.DataAsset. More... | |
Public Attributes | |
Int32 | LeftVertex |
The left vertex index of the portal. More... | |
Int32 | Neighbor |
The neighbor triangle index. More... | |
Int32 | RightVertex |
The right vertex index of the portal. More... | |
The Quantum navmesh stores connections between neighbouring triangles as portals.
|
inline |
Serialize the portal from the NavMesh.DataAsset.
stream | Data asset stream |
write | Write or read |
Int32 Quantum.NavMeshPortal.LeftVertex |
The left vertex index of the portal.
Int32 Quantum.NavMeshPortal.RightVertex |
The right vertex index of the portal.
Int32 Quantum.NavMeshPortal.Neighbor |
The neighbor triangle index.