C# 클래스 FullInspector.Internal.fiSharedInstanceUtility

파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
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