C# Класс Artemis.Engine.TimeableObject.TimedInvocation

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Action System.Action
Frames int
Milliseconds double
StartFrame int
StartTime double
UsingFrames bool

Описание свойств

Action публичное свойство

The action to invoke.
public Action,System Action
Результат System.Action

Frames публичное свойство

The amount of frames to pass before invocation.
public int Frames
Результат int

Milliseconds публичное свойство

The amount of time to pass before invocation.
public double Milliseconds
Результат double

StartFrame публичное свойство

The frame this invocation was created.
public int StartFrame
Результат int

StartTime публичное свойство

The start time of this invocation.
public double StartTime
Результат double

UsingFrames публичное свойство

Whether or not this invocation is based on elapsed frames or elapsed time.
public bool UsingFrames
Результат bool