Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
BasedOn.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Utilities.Enums.BoundingBox {
2  public enum BasedOn {
6  Collider_ = 0,
7 
11  Geometry_ = 1
12  }
13 }