'Declaration Public Shared Sub RegisterCustomMark( _ ByVal userType As String, _ ByVal customMarkType As Type _ )
'Usage Dim userType As String Dim customMarkType As Type ImGearARTCustomController.RegisterCustomMark(userType, customMarkType)
public static void RegisterCustomMark( string userType, Type customMarkType )
public: static void RegisterCustomMark( string* userType, Type* customMarkType )
public: static void RegisterCustomMark( String^ userType, Type^ customMarkType )
Parameters
- userType
- Name of custom mark type.
- customMarkType
- Type of custom mark.