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
}
System
droid
droid.Runtime.Interfaces.IColorProvider
Definition:
IColorProvider.cs:7
UnityEngine
Runtime
Interfaces
IColorProvider.cs
Generated by
1.8.13