示例#1
0
 public Animator(FPSMode mode) : this()
 {
     this.FrameGenerator.FPSMode = mode;
 }
示例#2
0
 void Awake()
 {
     Instance = this;
 }