C# 클래스 RecastTileUpdateHandler, ProjectPhoenix

상속: MonoBehaviour
파일 보기 프로젝트 열기: Alx666/ProjectPhoenix

공개 프로퍼티들

프로퍼티 타입 설명
maxThrottlingDelay float

공개 메소드들

메소드 설명
ScheduleUpdate ( Bounds bounds ) : void
SetGraph ( RecastGraph graph ) : void
UpdateDirtyTiles ( ) : void

비공개 메소드들

메소드 설명
OnDisable ( ) : void
OnEnable ( ) : void
Update ( ) : void

메소드 상세

ScheduleUpdate() 공개 메소드

public ScheduleUpdate ( Bounds bounds ) : void
bounds Bounds
리턴 void

SetGraph() 공개 메소드

public SetGraph ( RecastGraph graph ) : void
graph RecastGraph
리턴 void

UpdateDirtyTiles() 공개 메소드

public UpdateDirtyTiles ( ) : void
리턴 void

프로퍼티 상세

maxThrottlingDelay 공개적으로 프로퍼티

public float maxThrottlingDelay
리턴 float