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