Photon Quantum 3.0.0

Public Member Functions | Public Attributes | List of all members
Quantum.NavMeshLink Struct Reference

The navmesh link data structure. More...

Public Member Functions

void Serialize (ByteStream stream, Boolean write)
 Serialize or deserialize the vertex data to an asset. More...
 

Public Attributes

FP CostOverride
 The cost override. More...
 
FPVector3 End
 The world position of the end of the link. More...
 
String Name
 The name of the link. More...
 
NavMeshRegionMask Region
 The region mask that can enabled or disable this link during run-time. More...
 
FPVector3 Start
 The world position of the start of the link. More...
 
Int32 Triangle
 The triangle of the end position. More...
 

Detailed Description

The navmesh link data structure.

Member Function Documentation

◆ Serialize()

void Quantum.NavMeshLink.Serialize ( ByteStream  stream,
Boolean  write 
)
inline

Serialize or deserialize the vertex data to an asset.

Parameters
streamAsset stream
writeWrite or read

Member Data Documentation

◆ Start

FPVector3 Quantum.NavMeshLink.Start

The world position of the start of the link.

◆ End

FPVector3 Quantum.NavMeshLink.End

The world position of the end of the link.

◆ Triangle

Int32 Quantum.NavMeshLink.Triangle

The triangle of the end position.

◆ CostOverride

FP Quantum.NavMeshLink.CostOverride

The cost override.

◆ Region

NavMeshRegionMask Quantum.NavMeshLink.Region

The region mask that can enabled or disable this link during run-time.

◆ Name

String Quantum.NavMeshLink.Name

The name of the link.