C# Class MainThreadDispatcher, code

Inheritance: MonoBehaviour
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteInUpdate ( Action, action ) : void

Private Methods

Méthode Description
Awake ( ) : void
Initialize ( ) : void
Update ( ) : void

Method Details

ExecuteInUpdate() public static méthode

public static ExecuteInUpdate ( Action, action ) : void
action Action,
Résultat void