Ejemplo n.º 1
0
 public NativeArray <LightValue> ToNative(Allocator allocator = Allocator.Persistent)
 {
     return(storage.ToArray().ToNative(allocator));
 }
Ejemplo n.º 2
0
 protected override VoxelTypeID[] GetVoxelArray()
 {
     return(storage.ToArray());
 }