Table of Contents

Class Navmesh_Loop

Namespace
AO
Assembly
CoreAssembly.dll
public class Navmesh_Loop : Component
Inheritance
Navmesh_Loop
Inherited Members
Extension Methods

Properties

FlipInsideOutside

public bool FlipInsideOutside { get; set; }

Property Value

bool

ParentNavmesh

public Navmesh ParentNavmesh { get; }

Property Value

Navmesh

Methods

GetPoints(ref Vector2[])

public int GetPoints(ref Vector2[] result)

Parameters

result Vector2[]

Returns

int

SetPoints(Vector2[], int)

public void SetPoints(Vector2[] newPoints, int newPointsCount = -1)

Parameters

newPoints Vector2[]
newPointsCount int