FairyGUI.UIObjectFactory.SetLoaderExtension C# (CSharp) Method

SetLoaderExtension() public static method

public static SetLoaderExtension ( System type ) : void
type System
return void
        public static void SetLoaderExtension(System.Type type)
        {
            loaderConstructor = type.GetConstructor(System.Type.EmptyTypes);
        }