Ejemplo n.º 1
0
 /// <summary>
 /// Returns objects that are used to represent the VR player
 /// </summary>
 public static List <GameObject> GetVRPlayerObjects(this IGetVRPlayerObjects obj)
 {
     return(getVRPlayerObjects());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns objects that are used to represent the VR player
 /// </summary>
 public static List <Renderer> GetVRPlayerObjects(this IGetVRPlayerObjects obj)
 {
     return(getVRPlayerObjects());
 }