C# Class Pathfinding.RVO.ObstacleVertex

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
convex bool
dir UnityEngine.Vector2
height float
next ObstacleVertex
position UnityEngine.Vector3
prev ObstacleVertex
split bool
thin bool

Property Details

convex public_oe property

public bool convex
Résultat bool

dir public_oe property

public Vector2,UnityEngine dir
Résultat UnityEngine.Vector2

height public_oe property

public float height
Résultat float

next public_oe property

public ObstacleVertex,Pathfinding.RVO next
Résultat ObstacleVertex

position public_oe property

public Vector3,UnityEngine position
Résultat UnityEngine.Vector3

prev public_oe property

public ObstacleVertex,Pathfinding.RVO prev
Résultat ObstacleVertex

split public_oe property

public bool split
Résultat bool

thin public_oe property

public bool thin
Résultat bool