Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IHasQuaternionTransform.cs
Go to the documentation of this file.
1 using UnityEngine;
2 
3 namespace droid.Runtime.Interfaces {
6  public interface IHasQuaternionTransform {
9  Vector3 Position { get; }
10 
13  Quaternion Rotation { get; }
14  }
15 }