This document is about: QUANTUM 1
SWITCH TO

Simple Usability Tips

Article was written against Quantum version 1.2.3RC1

Add this to Frame.User.cs for an easier to remember Time value or Frame count.

C#

public Int32 Count {
  get {return Number;}
}
public FP Time {
  get {return Number * DeltaTime;}
}
Back to top