Exemplo n.º 1
0
 protected override int SerializeToDynamicData()
 {
     DynamicArenaData_.SerializePlayerSpawnPoint(playerIndex_, this.transform.position);
     return(-1);
 }
Exemplo n.º 2
0
 protected override int SerializeToDynamicData()
 {
     return(DynamicArenaData_.SerializeWall(PlacablePrefab_, this.transform.position, PreviewWall_.VertexLocalPositions));
 }
Exemplo n.º 3
0
 protected override int SerializeToDynamicData()
 {
     return(DynamicArenaData_.SerializeObject(PlacablePrefab_, this.transform.position, Quaternion.identity, this.transform.localScale));
 }