C# Class Facebook.Unity.FacebookScheduler

Inheritance: UnityEngine.MonoBehaviour, IFacebookScheduler
Mostra file Open project: facebook/facebook-sdk-for-unity Class Usage Examples

Public Methods

Method Description
DelayEvent ( System.Action action, long delay ) : IEnumerator
Schedule ( System.Action action, long delay ) : void

Method Details

DelayEvent() public method

public DelayEvent ( System.Action action, long delay ) : IEnumerator
action System.Action
delay long
return IEnumerator

Schedule() public method

public Schedule ( System.Action action, long delay ) : void
action System.Action
delay long
return void