Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
Segmentation.cs
Go to the documentation of this file.
2 using UnityEngine;
3 
4 namespace droid.Runtime.Utilities.ScriptableObjects {
8  [CreateAssetMenu(fileName = "Segmentation",
9  menuName = ScriptableObjectMenuPath._ScriptableObjectMenuPath + "Segmentation",
10  order = 1)]
11  public class Segmentation : ScriptableObject {
15  }
16 }