Struct Portal
Assembly: ProjectDawn.Navigation.dll
Syntax
Constructors
|
Improve this Doc
View Source
Portal(float3)
Declaration
public Portal(float3 point)
Parameters
Type |
Name |
Description |
float3 |
point |
|
|
Improve this Doc
View Source
Portal(float3, float3)
Declaration
public Portal(float3 left, float3 right)
Parameters
Type |
Name |
Description |
float3 |
left |
|
float3 |
right |
|
Fields
|
Improve this Doc
View Source
Left
Declaration
Field Value
|
Improve this Doc
View Source
Right
Declaration
Field Value
Methods
|
Improve this Doc
View Source
GetClosestPortalPoint(float3)
Returns closest point from position to portal line.
Declaration
public float3 GetClosestPortalPoint(float3 position)
Parameters
Type |
Name |
Description |
float3 |
position |
|
Returns