C# 클래스 Pathfinding.GraphHitInfo

파일 보기 프로젝트 열기: austinshenk/Binary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
node Node
origin UnityEngine.Vector3
point UnityEngine.Vector3
success bool
tangent UnityEngine.Vector3
tangentOrigin UnityEngine.Vector3

공개 메소드들

메소드 설명
GraphHitInfo ( Vector3 point ) : System.Collections

메소드 상세

GraphHitInfo() 공개 메소드

public GraphHitInfo ( Vector3 point ) : System.Collections
point UnityEngine.Vector3
리턴 System.Collections

프로퍼티 상세

node 공개적으로 프로퍼티

public Node node
리턴 Node

origin 공개적으로 프로퍼티

public Vector3,UnityEngine origin
리턴 UnityEngine.Vector3

point 공개적으로 프로퍼티

public Vector3,UnityEngine point
리턴 UnityEngine.Vector3

success 공개적으로 프로퍼티

public bool success
리턴 bool

tangent 공개적으로 프로퍼티

public Vector3,UnityEngine tangent
리턴 UnityEngine.Vector3

tangentOrigin 공개적으로 프로퍼티

public Vector3,UnityEngine tangentOrigin
리턴 UnityEngine.Vector3