C# 클래스 FrameRateControls

Provides control of target frame rate.
This utility is useful for verifying frame-rate independence of behaviors.
상속: MonoBehaviour
파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
decrease KeyCode,
fixedPhysicsRate int
fixedPhysicsRateStep int
increase KeyCode,
resetRate KeyCode,
targetRenderRate int
targetRenderRateStep int
unlockPhysics KeyCode,
unlockRender KeyCode,

공개 메소드들

메소드 설명
Awake ( ) : void
ResetAll ( ) : void
ResetPhysics ( ) : void
ResetRender ( ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

ResetAll() 공개 메소드

public ResetAll ( ) : void
리턴 void

ResetPhysics() 공개 메소드

public ResetPhysics ( ) : void
리턴 void

ResetRender() 공개 메소드

public ResetRender ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

decrease 공개적으로 프로퍼티

public KeyCode, decrease
리턴 KeyCode,

fixedPhysicsRate 공개적으로 프로퍼티

public int fixedPhysicsRate
리턴 int

fixedPhysicsRateStep 공개적으로 프로퍼티

public int fixedPhysicsRateStep
리턴 int

increase 공개적으로 프로퍼티

public KeyCode, increase
리턴 KeyCode,

resetRate 공개적으로 프로퍼티

public KeyCode, resetRate
리턴 KeyCode,

targetRenderRate 공개적으로 프로퍼티

public int targetRenderRate
리턴 int

targetRenderRateStep 공개적으로 프로퍼티

public int targetRenderRateStep
리턴 int

unlockPhysics 공개적으로 프로퍼티

public KeyCode, unlockPhysics
리턴 KeyCode,

unlockRender 공개적으로 프로퍼티

public KeyCode, unlockRender
리턴 KeyCode,