コード例 #1
0
ファイル: TimedEvent.cs プロジェクト: taoihsu/VisualPOVray
 public TimedEvent(float time, Functions.EventFunc func)
 {
     this.time = time;
     this.func = func;
 }
コード例 #2
0
 public TimedEvent(float time, Functions.EventFunc func)
 {
     this.time = time;
     this.func = func;
 }