Class WaitForSecondsRealtime
Inheritance
WaitForSecondsRealtime
Assembly: UnityEngine.dll
Syntax
public class WaitForSecondsRealtime : CustomYieldInstruction, IEnumerator
Constructors
|
Improve this Doc
View Source
WaitForSecondsRealtime(Single)
Declaration
public WaitForSecondsRealtime(float time)
Parameters
Type |
Name |
Description |
Single |
time |
|
Properties
|
Improve this Doc
View Source
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
Overrides
|
Improve this Doc
View Source
waitTime
Declaration
public float waitTime { get; set; }
Property Value
Implements
Extension Methods