Creates a extra link between two triangles on the navmesh. More...
Static Public Member Functions | |
static void | Serialize (ByteStream stream, bool write, ref NavMeshBakeDataLink instance) |
Asset serialization. More... | |
Public Attributes | |
bool | Bidirectional |
Can the link be traversed from both directions. More... | |
FP | CostOverride |
The cost of the connection. More... | |
FPVector3 | End |
End position of the link. Must be on the same navmesh. More... | |
int | EndTriangle |
The triangle id of the end. More... | |
String | Name |
The name of the link. Can be queried by NavMesh.Links and NavMeshPathfinder.CurrentLink(Core.FrameBase).Name More... | |
String | RegionId |
The region id that the link belongs to. Default is null . More... | |
FPVector3 | Start |
Start position of the link. Must be on the same navmesh. More... | |
int | StartTriangle |
The triangle id of the start. More... | |
Creates a extra link between two triangles on the navmesh.
|
inlinestatic |
Asset serialization.
stream | The input stream |
write | Write or read |
instance | The instance to serialize |
FPVector3 Quantum.NavMeshBakeDataLink.Start |
Start position of the link. Must be on the same navmesh.
FPVector3 Quantum.NavMeshBakeDataLink.End |
End position of the link. Must be on the same navmesh.
int Quantum.NavMeshBakeDataLink.StartTriangle |
The triangle id of the start.
int Quantum.NavMeshBakeDataLink.EndTriangle |
The triangle id of the end.
bool Quantum.NavMeshBakeDataLink.Bidirectional |
Can the link be traversed from both directions.
FP Quantum.NavMeshBakeDataLink.CostOverride |
The cost of the connection.
String Quantum.NavMeshBakeDataLink.RegionId |
The region id that the link belongs to. Default is null
.
String Quantum.NavMeshBakeDataLink.Name |
The name of the link. Can be queried by NavMesh.Links and NavMeshPathfinder.CurrentLink(Core.FrameBase).Name