C# Class fBaseXtensions.Navigation.BackTrackCache

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Methods

Method Description
StartNewGPR ( Vector3 center ) : void

Creates new GPC at given Vector3 with expansion of 3 and adds it to the MovementGPCs list with any links found.

Method Details

StartNewGPR() public static method

Creates new GPC at given Vector3 with expansion of 3 and adds it to the MovementGPCs list with any links found.
public static StartNewGPR ( Vector3 center ) : void
center Vector3
return void