Goblin - A Platform for 3D AR and VR Applications

Helper.GetType Method

Obtains the Type for a string. Type.GetType(string) is supposed to do this exact thing but it doesn't work.

Overload List

Inherited from Object.

public Type GetType();

Obtains the Type for a string. Type.GetType(string) is supposed to do this exact thing but it doesn't work.

public static Type GetType(string);

See Also

Helper Class | EnC.Watcher Namespace