C# Class Pathfinding.GraphHitInfo

Mostrar archivo Open project: austinshenk/Binary Class Usage Examples

Public Properties

Property Type Description
node Node
origin UnityEngine.Vector3
point UnityEngine.Vector3
success bool
tangent UnityEngine.Vector3
tangentOrigin UnityEngine.Vector3

Public Methods

Method Description
GraphHitInfo ( Vector3 point ) : System.Collections

Method Details

GraphHitInfo() public method

public GraphHitInfo ( Vector3 point ) : System.Collections
point UnityEngine.Vector3
return System.Collections

Property Details

node public_oe property

public Node node
return Node

origin public_oe property

public Vector3,UnityEngine origin
return UnityEngine.Vector3

point public_oe property

public Vector3,UnityEngine point
return UnityEngine.Vector3

success public_oe property

public bool success
return bool

tangent public_oe property

public Vector3,UnityEngine tangent
return UnityEngine.Vector3

tangentOrigin public_oe property

public Vector3,UnityEngine tangentOrigin
return UnityEngine.Vector3