C# Класс FullInspector.Internal.fiSharedInstanceUtility

Показать файл Открыть проект

Открытые методы

Метод Описание
GetSerializableType ( Type sharedInstanceType ) : Type

Returns a SharedInstance type that Unity can serialize for the given generic SharedInstance type. This returns null if the type is not yet created. Create it with SharedInstanceScriptGenerator.GenerateScript(instanceType);

Описание методов

GetSerializableType() публичный статический Метод

Returns a SharedInstance type that Unity can serialize for the given generic SharedInstance type. This returns null if the type is not yet created. Create it with SharedInstanceScriptGenerator.GenerateScript(instanceType);
public static GetSerializableType ( Type sharedInstanceType ) : Type
sharedInstanceType System.Type
Результат System.Type