Artemis.Engine.TimeableObject.Before C# (CSharp) Méthode

Before() public méthode

Returns true if the elapsed time is less than the given time.
public Before ( double time ) : bool
time double
Résultat bool
        public bool Before(double time)
        {
            return ElapsedTime < time;
        }

Same methods

TimeableObject::Before ( int frame ) : bool