Beispiel #1
0
 public override void LoadState(NodeState state)
 {
     System.Diagnostics.Debug.Assert(state.Parent == this);
     state.Load();
 }
Beispiel #2
0
 public override void LoadState(NodeState state)
 {
     Assert.AreSame(state.Parent, this);
     state.Load();
 }
Beispiel #3
0
 public override void LoadState(NodeState state)
 {
     state.Load();
     _buffer.SetTime((TimeStamp)state["time"]);
     _fileStream.Seek((long)state["position"], SeekOrigin.Begin);
 }