C# Class VoidBot.Core.Managers.NavigationManager

Mostrar archivo Open project: andrewmunro/Void

Public Properties

Property Type Description
currentPath CurrentPath

Public Methods

Method Description
DoNavigation ( ) : void
distance ( Vector3 dest ) : float
move ( List ways, int nextway ) : void

Method Details

DoNavigation() public static method

public static DoNavigation ( ) : void
return void

distance() public static method

public static distance ( Vector3 dest ) : float
dest Vector3
return float

move() public static method

public static move ( List ways, int nextway ) : void
ways List
nextway int
return void

Property Details

currentPath public_oe static_oe property

public static CurrentPath currentPath
return CurrentPath