C# Class UnityEditor.Web.PreviewGenerator

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
s_Instance PreviewGenerator

Public Methods

Method Description
GeneratePreview ( string assetPath, int width, int height ) : byte[]
GetInstance ( ) : PreviewGenerator

Method Details

GeneratePreview() public method

public GeneratePreview ( string assetPath, int width, int height ) : byte[]
assetPath string
width int
height int
return byte[]

GetInstance() public static method

public static GetInstance ( ) : PreviewGenerator
return PreviewGenerator

Property Details

s_Instance protected_oe static_oe property

protected static PreviewGenerator,UnityEditor.Web s_Instance
return PreviewGenerator