C# Class FullInspector.Internal.fiSharedInstanceUtility

Exibir arquivo Open project: jacobdufault/fullinspector

Public Methods

Method Description
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);

Method Details

GetSerializableType() public static method

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
return System.Type