comparison Test/jungle-network/operations/NetworkTreeOperationLogTest.cs @ 28:9588ad364fdd

Last commit before change.
author Kazuma Takeda
date Wed, 18 Jan 2017 19:53:29 +0900
parents 1f99e150f336
children e954d456665c
comparison
equal deleted inserted replaced
27:9ff715ff8e09 28:9588ad364fdd
5 5
6 public class NetworkTreeOperationLogTest : MonoBehaviour { 6 public class NetworkTreeOperationLogTest : MonoBehaviour {
7 7
8 // Use this for initialization 8 // Use this for initialization
9 void Start () { // not work yet 10/23 13:33 9 void Start () { // not work yet 10/23 13:33
10 NetworkAppendChildAtOperation op = new NetworkAppendChildAtOperation(1); 10 // NetworkAppendChildAtOperation op = new NetworkAppendChildAtOperation(1);
11 NetworkNodePath path = new NetworkNodePath(); 11 // NetworkNodePath path = new NetworkNodePath();
12 NodePath npath = (NodePath)path.add(1); 12 // NodePath npath = (NodePath)path.add(1);
13 13
14 // NetworkTreeOperationLog log = new NetworkTreeOperationLog(); 14 // NetworkTreeOperationLog log = new NetworkTreeOperationLog();
15 // log.add(npath, op); 15 // log.add(npath, op);
16 // ObjectPacker pack = new ObjectPacker(); 16 // ObjectPacker pack = new ObjectPacker();
17 // byte[] value = pack.Pack(log); 17 // byte[] value = pack.Pack(log);