C# Class UnityEditor.TimeControl

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

Public Properties

Property Type Description
currentTime float
loop bool
playSelection bool
playbackSpeed float
startTime float
stopTime float

Public Methods

Method Description
DoTimeControl ( Rect rect ) : void
OnDisable ( ) : void
Update ( ) : void

Method Details

DoTimeControl() public method

public DoTimeControl ( Rect rect ) : void
rect UnityEngine.Rect
return void

OnDisable() public method

public OnDisable ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

currentTime public_oe property

public float currentTime
return float

loop public_oe property

public bool loop
return bool

playSelection public_oe property

public bool playSelection
return bool

playbackSpeed public_oe property

public float playbackSpeed
return float

startTime public_oe property

public float startTime
return float

stopTime public_oe property

public float stopTime
return float