Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IColorProvider.cs
Go to the documentation of this file.
1 using System.Collections.Generic;
2 using UnityEngine;
3 
4 namespace droid.Runtime.Interfaces {
7  public interface IColorProvider {
10  Dictionary<string, Color> ColorsDict { get; }
11  }
12 }