C# Class FDelayedCallback, Madness

Mostrar archivo Open project: MattRix/Madness Class Usage Examples

Public Properties

Property Type Description
delayTime float
func Action
timeRemaining float

Public Methods

Method Description
FDelayedCallback ( Action func, float delayTime ) : System

Method Details

FDelayedCallback() public method

public FDelayedCallback ( Action func, float delayTime ) : System
func Action
delayTime float
return System

Property Details

delayTime public_oe property

public float delayTime
return float

func public_oe property

public Action func
return Action

timeRemaining public_oe property

public float timeRemaining
return float