C# Class FDelayedCallback, Madness

Show file 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 property

public float delayTime
return float

func public property

public Action func
return Action

timeRemaining public property

public float timeRemaining
return float