Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
UberCameraSensor.cs
Go to the documentation of this file.
1 using UnityEngine;
2 
3 namespace droid.Runtime.Prototyping.Sensors.Camera {
7  public class UberCameraSensor : MonoBehaviour {
8  // Start is called before the first frame update
9  void Start() { }
10 
11  // Update is called once per frame
12  void Update() { }
13  }
14 }