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