Browse Source

Added IMapDataGenerator interface

James Peret 1 year ago
parent
commit
306433f670
2 changed files with 23 additions and 0 deletions
  1. 12 0
      Runtime/IMapDataGenerator.cs
  2. 11 0
      Runtime/IMapDataGenerator.cs.meta

+ 12 - 0
Runtime/IMapDataGenerator.cs

@@ -0,0 +1,12 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+namespace KairoEngine.Core
+{
+    public interface IMapDataGenerator
+    {
+        public float SamplePoint(float x, float y);
+        public uint SamplePointColor(float x, float y, float value);
+    }
+}

+ 11 - 0
Runtime/IMapDataGenerator.cs.meta

@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 764d45de40a9dbd4898d8f2a2d888b24
+MonoImporter:
+  externalObjects: {}
+  serializedVersion: 2
+  defaultReferences: []
+  executionOrder: 0
+  icon: {instanceID: 0}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: