Свойство | Type | Description | |
---|---|---|---|
dynamic | bool | ||
exportMode | bool | ||
importMode | bool | ||
nodes | TriangleMeshNode[] | ||
tileXCount | int | ||
tileZCount | int |
Méthode | Description | |
---|---|---|
AddPortal ( |
||
BuildFunnelCorridor ( List |
||
CanUpdateAsync ( |
||
ClosestPointOnNode ( |
||
ConnectTileWithNeighbours ( NavmeshTile tile ) : void | ||
ContainsPoint ( |
||
CreateNodes ( int number ) : void | ||
DeserializeExtraInfo ( |
||
EndBatchTileUpdate ( ) : void | ||
GetNearest ( |
||
GetNearestForce ( |
||
GetNodes ( GraphNodeDelegateCancelable del ) : void | ||
GetRecastMeshObjs ( |
||
GetRecastPath ( ) : string | ||
GetSceneMeshes ( Bounds bounds ) : List |
||
GetTileBounds ( int x, int z ) : Bounds | ||
GetTileBounds ( int x, int z, int width, int depth ) : Bounds | ||
GetTileCoordinates ( Vector3 p ) : Int2 | ||
GetTileCoordinates ( int tileIndex, int &x, int &z ) : void | ||
GetTileIndex ( int index ) : int | ||
GetTiles ( ) : NavmeshTile[] | ||
GetVertex ( int index ) : Int3 | ||
GetVertexArrayIndex ( int index ) : int | ||
IsJsEnabled ( ) : bool | ||
Linecast ( Vector3 origin, Vector3 end ) : bool | ||
Linecast ( Vector3 origin, Vector3 end, GraphNode hint ) : bool | ||
Linecast ( Vector3 origin, Vector3 end, GraphNode hint, GraphHitInfo &hit ) : bool | ||
Linecast ( Vector3 tmp_origin, Vector3 tmp_end, GraphNode hint, GraphHitInfo &hit, List |
||
OnDestroy ( ) : void | ||
OnDrawGizmos ( bool drawNodes ) : void | ||
PointOnNavmesh ( Vector3 position, NNConstraint constraint ) : GraphNode | ||
RemoveConnectionsFromTile ( NavmeshTile tile ) : void | ||
RemoveConnectionsFromTo ( NavmeshTile a, NavmeshTile b ) : void | ||
ReplaceTile ( int x, int z, Int3 verts, int tris, bool worldSpace ) : void | ||
ReplaceTile ( int x, int z, int w, int d, Int3 verts, int tris, bool worldSpace ) : void | ||
ScanInternal ( OnScanStatus statusCallback ) : void | ||
SerializeExtraInfo ( GraphSerializationContext ctx ) : void | ||
SnapForceBoundsToScene ( ) : void | ||
StartBatchTileUpdate ( ) : void | ||
UpdateArea ( GraphUpdateObject guo ) : void | ||
UpdateAreaInit ( GraphUpdateObject o ) : void |
Méthode | Description | |
---|---|---|
BuildTileMesh ( |
||
ScanAllTiles ( OnScanStatus statusCallback ) : void | ||
ScanCRecast ( ) : void | ||
ScanTiledNavmesh ( OnScanStatus statusCallback ) : void |
Méthode | Description | |
---|---|---|
CollectMeshes ( List |
||
CollectTreeMeshes ( List |
||
ConnectTiles ( NavmeshTile tile1, NavmeshTile tile2 ) : void | ||
CreateNodeConnections ( |
||
CreateTile ( |
||
NewEmptyTile ( int x, int z ) : NavmeshTile | ||
RasterizeCollider ( Collider col ) : ExtraMesh | ||
RasterizeCollider ( Collider col, Matrix4x4 localToWorldMatrix ) : ExtraMesh |
public AddPortal ( |
||
n1 | ||
n2 | ||
left | List |
|
right | List |
|
Résultat | void |
public BuildFunnelCorridor ( List |
||
path | List |
|
startIndex | int | |
endIndex | int | |
left | List |
|
right | List |
|
Résultat | void |
protected BuildTileMesh ( |
||
vox | ||
x | int | |
z | int | |
Résultat | void |
public CanUpdateAsync ( |
||
o | ||
Résultat | GraphUpdateThreading |
public ClosestPointOnNode ( |
||
node | ||
pos | ||
Résultat |
public ConnectTileWithNeighbours ( NavmeshTile tile ) : void | ||
tile | NavmeshTile | |
Résultat | void |
public ContainsPoint ( |
||
node | ||
pos | ||
Résultat | bool |
public DeserializeExtraInfo ( |
||
ctx | ||
Résultat | void |
public GetNearest ( |
||
position | ||
constraint | ||
hint | ||
Résultat |
public GetNearestForce ( |
||
position | ||
constraint | ||
Résultat |
public GetNodes ( GraphNodeDelegateCancelable del ) : void | ||
del | GraphNodeDelegateCancelable | |
Résultat | void |
public GetRecastMeshObjs ( |
||
bounds | ||
buffer | List |
|
Résultat | void |
public GetSceneMeshes ( Bounds bounds ) : List |
||
bounds | Bounds | |
Résultat | List |
public GetTileBounds ( int x, int z ) : Bounds | ||
x | int | |
z | int | |
Résultat | Bounds |
public GetTileBounds ( int x, int z, int width, int depth ) : Bounds | ||
x | int | |
z | int | |
width | int | |
depth | int | |
Résultat | Bounds |
public GetTileCoordinates ( Vector3 p ) : Int2 | ||
p | Vector3 | |
Résultat | Int2 |
public GetTileCoordinates ( int tileIndex, int &x, int &z ) : void | ||
tileIndex | int | |
x | int | |
z | int | |
Résultat | void |
public GetVertexArrayIndex ( int index ) : int | ||
index | int | |
Résultat | int |
public Linecast ( Vector3 origin, Vector3 end ) : bool | ||
origin | Vector3 | |
end | Vector3 | |
Résultat | bool |
public Linecast ( Vector3 origin, Vector3 end, GraphNode hint ) : bool | ||
origin | Vector3 | |
end | Vector3 | |
hint | GraphNode | |
Résultat | bool |
public Linecast ( Vector3 origin, Vector3 end, GraphNode hint, GraphHitInfo &hit ) : bool | ||
origin | Vector3 | |
end | Vector3 | |
hint | GraphNode | |
hit | GraphHitInfo | |
Résultat | bool |
public Linecast ( Vector3 tmp_origin, Vector3 tmp_end, GraphNode hint, GraphHitInfo &hit, List |
||
tmp_origin | Vector3 | |
tmp_end | Vector3 | |
hint | GraphNode | |
hit | GraphHitInfo | |
trace | List |
|
Résultat | bool |
public OnDrawGizmos ( bool drawNodes ) : void | ||
drawNodes | bool | |
Résultat | void |
public PointOnNavmesh ( Vector3 position, NNConstraint constraint ) : GraphNode | ||
position | Vector3 | |
constraint | NNConstraint | |
Résultat | GraphNode |
public RemoveConnectionsFromTile ( NavmeshTile tile ) : void | ||
tile | NavmeshTile | |
Résultat | void |
public RemoveConnectionsFromTo ( NavmeshTile a, NavmeshTile b ) : void | ||
a | NavmeshTile | |
b | NavmeshTile | |
Résultat | void |
public ReplaceTile ( int x, int z, Int3 verts, int tris, bool worldSpace ) : void | ||
x | int | |
z | int | |
verts | Int3 | |
tris | int | |
worldSpace | bool | |
Résultat | void |
public ReplaceTile ( int x, int z, int w, int d, Int3 verts, int tris, bool worldSpace ) : void | ||
x | int | |
z | int | |
w | int | |
d | int | |
verts | Int3 | |
tris | int | |
worldSpace | bool | |
Résultat | void |
protected ScanAllTiles ( OnScanStatus statusCallback ) : void | ||
statusCallback | OnScanStatus | |
Résultat | void |
public ScanInternal ( OnScanStatus statusCallback ) : void | ||
statusCallback | OnScanStatus | |
Résultat | void |
protected ScanTiledNavmesh ( OnScanStatus statusCallback ) : void | ||
statusCallback | OnScanStatus | |
Résultat | void |
public SerializeExtraInfo ( GraphSerializationContext ctx ) : void | ||
ctx | GraphSerializationContext | |
Résultat | void |
public UpdateArea ( GraphUpdateObject guo ) : void | ||
guo | GraphUpdateObject | |
Résultat | void |
public UpdateAreaInit ( GraphUpdateObject o ) : void | ||
o | GraphUpdateObject | |
Résultat | void |