C# 클래스 Pathfinding.RVO.ObstacleVertex

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

공개 프로퍼티들

프로퍼티 타입 설명
convex bool
dir UnityEngine.Vector2
height float
next ObstacleVertex
position UnityEngine.Vector3
prev ObstacleVertex
split bool
thin bool

프로퍼티 상세

convex 공개적으로 프로퍼티

public bool convex
리턴 bool

dir 공개적으로 프로퍼티

public Vector2,UnityEngine dir
리턴 UnityEngine.Vector2

height 공개적으로 프로퍼티

public float height
리턴 float

next 공개적으로 프로퍼티

public ObstacleVertex,Pathfinding.RVO next
리턴 ObstacleVertex

position 공개적으로 프로퍼티

public Vector3,UnityEngine position
리턴 UnityEngine.Vector3

prev 공개적으로 프로퍼티

public ObstacleVertex,Pathfinding.RVO prev
리턴 ObstacleVertex

split 공개적으로 프로퍼티

public bool split
리턴 bool

thin 공개적으로 프로퍼티

public bool thin
리턴 bool