C# Class FullInspector.Internal.fiSharedInstanceUtility

Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Type