'Declaration
Public Shared Sub RegisterCustomController( _
ByVal As String, _
ByVal As ImGearARTCustomPresentationController _
)
'Usage
Dim userType As String
Dim controller As ImGearARTCustomPresentationController
ImGearARTCustomPresentationController.RegisterCustomController(userType, controller)
public static void RegisterCustomController(
string ,
ImGearARTCustomPresentationController
)
public: static void RegisterCustomController(
string* ,
ImGearARTCustomPresentationController*
)
public:
static void RegisterCustomController(
String^ ,
ImGearARTCustomPresentationController^
)