C# 클래스 FlockingBehaviour

상속: SteeringBehavior
파일 보기 프로젝트 열기: marouen-lamiri/Second-Soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
neighbours List
radius float

보호된 프로퍼티들

프로퍼티 타입 설명
target Transform

공개 메소드들

메소드 설명
getNeighbours ( ) : void

메소드 상세

getNeighbours() 공개 메소드

public getNeighbours ( ) : void
리턴 void

프로퍼티 상세

neighbours 공개적으로 프로퍼티

public List neighbours
리턴 List

radius 공개적으로 프로퍼티

public float radius
리턴 float

target 보호되어 있는 프로퍼티

protected Transform target
리턴 Transform