C# Class FrameRateControls

Provides control of target frame rate.
This utility is useful for verifying frame-rate independence of behaviors.
Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Свойство Type Description
decrease KeyCode,
fixedPhysicsRate int
fixedPhysicsRateStep int
increase KeyCode,
resetRate KeyCode,
targetRenderRate int
targetRenderRateStep int
unlockPhysics KeyCode,
unlockRender KeyCode,

Méthodes publiques

Méthode Description
Awake ( ) : void
ResetAll ( ) : void
ResetPhysics ( ) : void
ResetRender ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

ResetAll() public méthode

public ResetAll ( ) : void
Résultat void

ResetPhysics() public méthode

public ResetPhysics ( ) : void
Résultat void

ResetRender() public méthode

public ResetRender ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

decrease public_oe property

public KeyCode, decrease
Résultat KeyCode,

fixedPhysicsRate public_oe property

public int fixedPhysicsRate
Résultat int

fixedPhysicsRateStep public_oe property

public int fixedPhysicsRateStep
Résultat int

increase public_oe property

public KeyCode, increase
Résultat KeyCode,

resetRate public_oe property

public KeyCode, resetRate
Résultat KeyCode,

targetRenderRate public_oe property

public int targetRenderRate
Résultat int

targetRenderRateStep public_oe property

public int targetRenderRateStep
Résultat int

unlockPhysics public_oe property

public KeyCode, unlockPhysics
Résultat KeyCode,

unlockRender public_oe property

public KeyCode, unlockRender
Résultat KeyCode,