class MockArdkPlayerProfile (Niantic.ARDK.VirtualStudio.MockArdkPlayerProfile)
class MockArdkPlayerProfile { public: // properties bool IsActive; string PlayerName; bool UsingAR; bool UsingARNetworking; bool UsingNetwork; // methods MockPlayer GetPlayer(); MockArdkPlayerProfile( string playerName, bool usingNetwork, bool usingAR, bool usingARNetworking, bool isActive = true ); override string ToString(); };