Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public override TResult WaitForSeconds<TResult>( float seconds ) |
| Visual Basic |
|---|
Public Overrides Function WaitForSeconds(Of TResult) ( _ seconds As Single _ ) As TResult |
| Visual C++ |
|---|
public: generic<typename TResult> virtual TResult WaitForSeconds( float seconds ) override |
Parameters
- seconds
- Type: System..::..Single
Type Parameters
- TResult