Struct NavMeshQueryHandle
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct NavMeshQueryHandle
Fields
|
Improve this Doc
View Source
Index
Unique index of NavMesh query.
Declaration
Field Value
Properties
|
Improve this Doc
View Source
Null
Declaration
public static NavMeshQueryHandle Null { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(NavMeshQueryHandle)
Declaration
public bool Equals(NavMeshQueryHandle other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(object)
Declaration
public override bool Equals(object compare)
Parameters
Type |
Name |
Description |
object |
compare |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Improve this Doc
View Source
operator ==(NavMeshQueryHandle, NavMeshQueryHandle)
Declaration
public static bool operator ==(NavMeshQueryHandle lhs, NavMeshQueryHandle rhs)
Parameters
Returns
|
Improve this Doc
View Source
implicit operator int(NavMeshQueryHandle)
Declaration
public static implicit operator int(NavMeshQueryHandle handle)
Parameters
Returns
|
Improve this Doc
View Source
operator !=(NavMeshQueryHandle, NavMeshQueryHandle)
Declaration
public static bool operator !=(NavMeshQueryHandle lhs, NavMeshQueryHandle rhs)
Parameters
Returns