C# 클래스 Pathfinding.RaycastModifier

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

공개 프로퍼티들

프로퍼티 타입 설명
iterations int

공개 메소드들

메소드 설명
Apply ( Path p, ModifierData source ) : void
ValidateLine ( GraphNode n1, GraphNode n2, Vector3 v1, Vector3 v2 ) : bool

비공개 메소드들

메소드 설명
AddComp ( UnityEditor command ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( Path p, ModifierData source ) : void
p Path
source ModifierData
리턴 void

ValidateLine() 공개 메소드

public ValidateLine ( GraphNode n1, GraphNode n2, Vector3 v1, Vector3 v2 ) : bool
n1 GraphNode
n2 GraphNode
v1 UnityEngine.Vector3
v2 UnityEngine.Vector3
리턴 bool

프로퍼티 상세

iterations 공개적으로 프로퍼티

public int iterations
리턴 int