PICO Unity XR SDK
CoreService Class Reference

Public Member Functions

int fun ()
 
int fun (int x, int y)
 
void usage ()
 

Member Function Documentation

◆ fun() [1/2]

int fun ( )

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

没有参数的函数

◆ fun() [2/2]

int fun ( int  x,
int  y 
)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

有参数的函数

◆ usage()

void usage ( )

这个类包含两个fun函数:

  1. 第一个函数没有任何参数CoreService.fun()
  2. 第二个函数可以接手两个int类型的参数 CoreService.fun(int x,int y)

The documentation for this class was generated from the following file: