C# 클래스 DynamicGridObstacle, TheUnseen

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

공개 프로퍼티들

프로퍼티 타입 설명
checkTime float
updateError float

공개 메소드들

메소드 설명
BoundsVolume ( Bounds b ) : float
DoUpdateGraphs ( ) : void
OnDestroy ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
UpdateGraphs ( ) : IEnumerator

메소드 상세

BoundsVolume() 공개 메소드

public BoundsVolume ( Bounds b ) : float
b Bounds
리턴 float

DoUpdateGraphs() 공개 메소드

public DoUpdateGraphs ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

프로퍼티 상세

checkTime 공개적으로 프로퍼티

public float checkTime
리턴 float

updateError 공개적으로 프로퍼티

public float updateError
리턴 float