C# Class Artemis.Engine.TimeableObject.TimedInvocation

Show file Open project: ArtemisEngine/Artemis-Engine

Public Properties

Property Type Description
Action System.Action
Frames int
Milliseconds double
StartFrame int
StartTime double
UsingFrames bool

Property Details

Action public property

The action to invoke.
public Action,System Action
return System.Action

Frames public property

The amount of frames to pass before invocation.
public int Frames
return int

Milliseconds public property

The amount of time to pass before invocation.
public double Milliseconds
return double

StartFrame public property

The frame this invocation was created.
public int StartFrame
return int

StartTime public property

The start time of this invocation.
public double StartTime
return double

UsingFrames public property

Whether or not this invocation is based on elapsed frames or elapsed time.
public bool UsingFrames
return bool