C# Class UnityEditor.TickTimerHelper

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
DoTick ( ) : bool
Reset ( ) : void
TickTimerHelper ( double intervalBetweenTicksInSeconds ) : System

Method Details

DoTick() public method

public DoTick ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

TickTimerHelper() public method

public TickTimerHelper ( double intervalBetweenTicksInSeconds ) : System
intervalBetweenTicksInSeconds double
return System