getPath() 공개 메소드

public getPath ( string &path ) : RESULT
path string
리턴 RESULT
예제 #1
0
    // Start is called before the first frame update
    void Awake()
    {
        bus = FMODUnity.RuntimeManager.GetBus(busPath);
        string path = "";

        bus.getPath(out path);
        print(path);
    }