C# Class Artemis.Engine.TimeableObject.TimedInvocation

Datei anzeigen 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_oe property

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

Frames public_oe property

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

Milliseconds public_oe property

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

StartFrame public_oe property

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

StartTime public_oe property

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

UsingFrames public_oe property

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