C# Class Pathfinding.RVO.Simulator.WorkerContext

Mostrar archivo Open project: Alx666/ProjectPhoenix

Public Properties

Property Type Description
bestPos UnityEngine.Vector2[]
bestScores float[]
bestSizes float[]
samplePos UnityEngine.Vector2[]
sampleSize float[]
vos Pathfinding.RVO.Sampled.Agent.VO[]

Property Details

bestPos public_oe property

public Vector2[],UnityEngine bestPos
return UnityEngine.Vector2[]

bestScores public_oe property

public float[] bestScores
return float[]

bestSizes public_oe property

public float[] bestSizes
return float[]

samplePos public_oe property

public Vector2[],UnityEngine samplePos
return UnityEngine.Vector2[]

sampleSize public_oe property

public float[] sampleSize
return float[]

vos public_oe property

public Agent.VO[],Pathfinding.RVO.Sampled vos
return Pathfinding.RVO.Sampled.Agent.VO[]