Class RandomPathWalker
Inheritance
object
RandomPathWalker
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain
Syntax
public class RandomPathWalker
Methods
CalculatePath(Vector2Int, Vector2Int, Vector2Int, List<Vector2Int>, Rng, float, float, bool)
Declaration
public void CalculatePath(Vector2Int start, Vector2Int goal, Vector2Int bounds, List<Vector2Int> path, Rng rngInstance, float biasValue, float randomnessValue, bool useHexCoords = false)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Vector2Int | start | |
UnityEngine.Vector2Int | goal | |
UnityEngine.Vector2Int | bounds | |
System.Collections.Generic.List<T><UnityEngine.Vector2Int> | path | |
Rng | rngInstance | |
float | biasValue | |
float | randomnessValue | |
bool | useHexCoords |