C# Class UnityCommonLibrary.Invoker

ファイルを表示 Open project: thebeardphantom/UnityCommonLibrary

Public Methods

Method Description
Invoke ( System.Action a, TimeMode mode, float time ) : void
Invoke ( System.Action a, float time ) : void

Method Details

Invoke() public static method

public static Invoke ( System.Action a, TimeMode mode, float time ) : void
a System.Action
mode TimeMode
time float
return void

Invoke() public static method

public static Invoke ( System.Action a, float time ) : void
a System.Action
time float
return void