C# 클래스 NodeControl, Castle-Bashers

상속: MonoBehaviour
파일 보기 프로젝트 열기: DevelopersGuild/Castle-Bashers 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
collisionMask LayerMask
nodeTag string

공개 메소드들

메소드 설명
Path ( Vector3 startPos, Vector3 targetPos, float zDiff = -1 ) : List

메소드 상세

Path() 공개 메소드

public Path ( Vector3 startPos, Vector3 targetPos, float zDiff = -1 ) : List
startPos Vector3
targetPos Vector3
zDiff float
리턴 List

프로퍼티 상세

collisionMask 공개적으로 프로퍼티

public LayerMask collisionMask
리턴 LayerMask

nodeTag 공개적으로 프로퍼티

public string nodeTag
리턴 string